Changed Towny version number
This commit is contained in:
parent
8633175bd3
commit
45f941cf04
2 changed files with 86 additions and 86 deletions
|
@ -5,5 +5,5 @@ jdk:
|
||||||
install:
|
install:
|
||||||
- echo "Downloading Towny JAR..."
|
- echo "Downloading Towny JAR..."
|
||||||
- wget -O "Towny.jar" http://palmergames.com/file-repo/Towny%20Advanced/Development/0.91.1.5/Towny.jar
|
- wget -O "Towny.jar" http://palmergames.com/file-repo/Towny%20Advanced/Development/0.91.1.5/Towny.jar
|
||||||
- mvn install:install-file -Dfile=Towny.jar -DgroupId=com.palmergames -DartifactId=Towny -Dversion=0.90.0.0 -Dpackaging=jar
|
- mvn install:install-file -Dfile=Towny.jar -DgroupId=com.palmergames -DartifactId=Towny -Dversion=0.91.1.5 -Dpackaging=jar
|
||||||
- mvn clean install -DskipTests
|
- mvn clean install -DskipTests
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -60,7 +60,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.palmergames</groupId>
|
<groupId>com.palmergames</groupId>
|
||||||
<artifactId>Towny</artifactId>
|
<artifactId>Towny</artifactId>
|
||||||
<version>0.90.0.0</version>
|
<version>0.91.1.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<organization>
|
<organization>
|
||||||
|
|
Loading…
Reference in a new issue