mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 10:45:22 +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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user