Skip to content

Commit

Permalink
release v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogu committed Jun 22, 2014
1 parent 6bf5be9 commit d86b72a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.yogularm.minecraft</groupId>
<artifactId>itemfinder</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1</version>
<packaging>jar</packaging>

<name>itemfinder</name>
Expand Down Expand Up @@ -85,6 +85,8 @@
<mainClass>de.yogularm.minecraft.itemfinder.App</mainClass>
</manifest>
</archive>
<finalName>${project.artifactId}-v${project.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit d86b72a

Please sign in to comment.