Merge branch 'master' of github.com:CitizensDev/Citizens2

This commit is contained in:
fullwall 2018-10-29 22:34:40 +08:00
commit 7dd03e4c36
3 changed files with 11 additions and 2 deletions

4
dist/pom.xml vendored
View File

@ -13,6 +13,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<finalName>Citizens-${CITIZENS_VERSION}-b${BUILD_NUMBER}</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<version>2.2</version>
<executions>
<execution>

View File

@ -17,8 +17,6 @@
<vault.version>1.5.4</vault.version>
<powermock.version>1.4.12</powermock.version>
<bstats.version>1.2</bstats.version>
<build.number>Unknown</build.number>
<BUILD_NUMBER>Unknown</BUILD_NUMBER>
</properties>
<repositories>

View File

@ -8,6 +8,13 @@
<groupId>net.citizensnpcs</groupId>
<artifactId>citizens-parent</artifactId>
<version>2.0.24-SNAPSHOT</version>
<properties>
<BUILD_NUMBER>Unknown</BUILD_NUMBER>
<CITIZENS_VERSION>2.0.24</CITIZENS_VERSION>
</properties>
<build>
<defaultGoal>clean package install</defaultGoal>
</build>
<modules>
<module>main</module>
<module>v1_8_R3</module>