From 45f941cf04f3741c8d8028d0ed69bca4e374c55a Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Sat, 10 Sep 2016 12:31:20 +0200 Subject: [PATCH] Changed Towny version number --- jitpack.yml | 2 +- pom.xml | 170 ++++++++++++++++++++++++++-------------------------- 2 files changed, 86 insertions(+), 86 deletions(-) diff --git a/jitpack.yml b/jitpack.yml index e571f35..6e3fa58 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -5,5 +5,5 @@ jdk: install: - echo "Downloading 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 diff --git a/pom.xml b/pom.xml index ad7698e..9c195d7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,86 +1,86 @@ - - 4.0.0 - buttondevteam - ButtonCore - 0.0.1-SNAPSHOT - ButtonCore - ButtonCore - - src - - - src - - **/*.java - - - - ButtonChat - - - maven-compiler-plugin - 3.3 - - 1.8 - 1.8 - - - - - - - - spigot-repo - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ - - - - - org.reflections - reflections - 0.9.10 - runtime - - - org.spigotmc - spigot-api - 1.9.2-R0.1-SNAPSHOT - - - - org.apache.commons - commons-io - 1.3.2 - - - com.palmergames - Towny - 0.90.0.0 - - - - TBMCPlugins - https://github.com/TBMCPlugins - - - - internal.repo - Temporary Staging Repository - file://${project.build.directory}/mvn-repo/${project.name} - - - - - github - - - https://github.com/TBMCPlugins/mvn-repo - scm:git:https://github.com/TBMCPlugins/mvn-repo.git - scm:git:https://github.com/TBMCPlugins/mvn-repo.git - + + 4.0.0 + buttondevteam + ButtonCore + 0.0.1-SNAPSHOT + ButtonCore + ButtonCore + + src + + + src + + **/*.java + + + + ButtonChat + + + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + + + + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + + + org.reflections + reflections + 0.9.10 + runtime + + + org.spigotmc + spigot-api + 1.9.2-R0.1-SNAPSHOT + + + + org.apache.commons + commons-io + 1.3.2 + + + com.palmergames + Towny + 0.91.1.5 + + + + TBMCPlugins + https://github.com/TBMCPlugins + + + + internal.repo + Temporary Staging Repository + file://${project.build.directory}/mvn-repo/${project.name} + + + + + github + + + https://github.com/TBMCPlugins/mvn-repo + scm:git:https://github.com/TBMCPlugins/mvn-repo.git + scm:git:https://github.com/TBMCPlugins/mvn-repo.git + \ No newline at end of file