summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2015-05-28 18:53:56 +1000
committermd_5 <git@md-5.net>2015-05-28 18:53:56 +1000
commit338c5a112b0cb5af1eabe1b76586501805b17d14 (patch)
tree8d3f146a1c46520dac0585d5a9db64bc6b8dcbde
parent15a3ac1c20c32afa219af023be17b0c1d32a40dc (diff)
downloadbukkit-338c5a112b0cb5af1eabe1b76586501805b17d14.tar
bukkit-338c5a112b0cb5af1eabe1b76586501805b17d14.tar.gz
bukkit-338c5a112b0cb5af1eabe1b76586501805b17d14.tar.lz
bukkit-338c5a112b0cb5af1eabe1b76586501805b17d14.tar.xz
bukkit-338c5a112b0cb5af1eabe1b76586501805b17d14.zip
Fix snapshot repository name, bump SnakeYaml version.
Grammar fix and additional option added: https://code.google.com/p/snakeyaml/wiki/changes
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ed688036..0f2f0fd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
- <id>spigotmc-releases</id>
+ <id>spigotmc-snapshots</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
@@ -65,6 +65,7 @@
<version>17.0</version>
<scope>compile</scope>
</dependency>
+ <!-- bundled with Minecraft, should be kept in sync -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
@@ -79,7 +80,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.14</version>
+ <version>1.15</version>
<scope>compile</scope>
</dependency>
<!-- testing -->