When building bskyblock, it now specify the version in the name of the file

This commit is contained in:
Poslovitch 2017-08-01 14:21:32 +02:00
parent 0c1b5f7197
commit 3a10230824
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<groupId>us.tastybento</groupId>
<artifactId>bskyblock</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>alpha-0.0.1</version>
<name>BSkyBlock</name>
<description>The next generation of ASkyBlock</description>
<properties>
@ -13,7 +13,6 @@
</properties>
<build>
<defaultGoal>clean package install</defaultGoal>
<finalName>bskyblock</finalName>
<resources>
<resource>
<targetPath>.</targetPath>