Skip to content

Commit

Permalink
Correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
drekryan committed Aug 13, 2023
1 parent 27b56ba commit 2cb7aa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.jessy1237</groupId>
<artifactId>DwarfCraft</artifactId>
<artifactId>dwarfcraft</artifactId>
<name>DwarfCraft</name>
<packaging>jar</packaging>
<version>4.3.2</version>
<version>4.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -79,7 +79,7 @@

<build>
<defaultGoal>clean package install</defaultGoal>
<finalName>${project.artifactId}-${project.version}</finalName>
<finalName>${project.name}-${project.version}</finalName>
<resources>
<resource>
<directory>${project.basedir}/src/main/resources</directory>
Expand Down

0 comments on commit 2cb7aa1

Please sign in to comment.