Skip to content

Commit

Permalink
Update pom to build properly from the Towny github.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Dec 26, 2019
1 parent 0db0079 commit 4940df8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
</resources>
</build>
<repositories>
<repository>
<id>github-Towny</id>
<url>https://maven.pkg.github.com/TownyAdvanced/Towny</url>
</repository>
<repository>
<id>github-towny</id>
<url>https://maven.pkg.github.com/townyadvanced/towny</url>
</repository>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>Towny</artifactId>
<version>0.94.0.14</version>
<version>0.95.2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4940df8

Please sign in to comment.