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