Skip to content

Commit

Permalink
Update TownyAPI Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Grieve committed Jan 3, 2020
1 parent 1baaf13 commit 79a6820
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Gringotts Changelog
===================

v2.11.2
----
* Updated TownyAPI Dependency

v2.9
----
* DEPENDS ON JAVA 8. If your server is not on Java 8 yet, you should upgrade, or ask your service provider to upgrade. Java 7 isn't supported anymore by Oracle.
Expand Down
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>2.11.1-SNAPSHOT</version>

<build>
<defaultGoal>clean install</defaultGoal>
<resources>
<resource>
<directory>${basedir}</directory>
Expand Down Expand Up @@ -97,11 +98,10 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>towny</groupId>
<artifactId>towny</artifactId>
<version>0.90.0.0</version>
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>Towny</artifactId>
<version>0.95.2.3</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
Expand Down Expand Up @@ -216,6 +216,10 @@
<id>znode</id>
<url>http://repo.zno.de/artifactory/repo/</url>
</repository>
<repository>
<id>bundabrg-repo</id>
<url>https://repo.worldguard.com.au/repository/maven-public/</url>
</repository>
<repository>
<id>project.local</id>
<name>project.local</name>
Expand Down

0 comments on commit 79a6820

Please sign in to comment.