Skip to content

Commit

Permalink
Update to Spigot API 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyCurtis committed Nov 18, 2016
1 parent 86507a4 commit 107666b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Titanic is a Bukkit plugin for 1.9.4, 1.10.2 and above. Its sole function is to try to fix [MC-91206]
Titanic is a Bukkit plugin for 1.9.4 and above. Its sole function is to try to fix [MC-91206]
(https://bugs.mojang.com/browse/MC-91206), a regression where boats are sunk by entering sloped
water, currents and waterfalls.

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.cyclometh.bukkit.plugins.toughboats</groupId>
<artifactId>Titanic</artifactId>
<version>1.10.2-1.0.0</version>
<version>1.11-1.0.0</version>

<description>
Prevents the sinking of boats by currents and waterfalls
Expand Down Expand Up @@ -39,10 +39,10 @@
<!-- Project dependencies -->

<repositories>
<!-- For spigot/bukkit/craftbukkit snapshots -->
<!-- For Spigot + Bukkit API -->
<repository>
<id>spigot-snapshots</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/public/</url>
</repository>
</repositories>

Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.10.2-R0.1-SNAPSHOT</version>
<version>1.11-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 107666b

Please sign in to comment.