mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 18:55:17 +01:00
When building bskyblock, it now specify the version in the name of the file
This commit is contained in:
parent
0c1b5f7197
commit
3a10230824
3
pom.xml
3
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user