Commits

md_5 authored 338c5a112b0
Fix snapshot repository name, bump SnakeYaml version.

Grammar fix and additional option added: https://code.google.com/p/snakeyaml/wiki/changes
No tags

pom.xml

Modified
24 24 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25 25 </properties>
26 26
27 27 <!-- just until we get deployment to central approved -->
28 28 <distributionManagement>
29 29 <repository>
30 30 <id>spigotmc-releases</id>
31 31 <url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url>
32 32 </repository>
33 33 <snapshotRepository>
34 - <id>spigotmc-releases</id>
34 + <id>spigotmc-snapshots</id>
35 35 <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
36 36 </snapshotRepository>
37 37 </distributionManagement>
38 38
39 39 <!-- required until fixed plexus-compiler-eclipse is deployed -->
40 40 <pluginRepositories>
41 41 <pluginRepository>
42 42 <id>spigotmc-public</id>
43 43 <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
44 44 </pluginRepository>
58 58 <type>jar</type>
59 59 <scope>compile</scope>
60 60 </dependency>
61 61 <!-- bundled with Minecraft, should be kept in sync -->
62 62 <dependency>
63 63 <groupId>com.google.guava</groupId>
64 64 <artifactId>guava</artifactId>
65 65 <version>17.0</version>
66 66 <scope>compile</scope>
67 67 </dependency>
68 + <!-- bundled with Minecraft, should be kept in sync -->
68 69 <dependency>
69 70 <groupId>com.google.code.gson</groupId>
70 71 <artifactId>gson</artifactId>
71 72 <version>2.2.4</version>
72 73 </dependency>
73 74 <dependency>
74 75 <groupId>org.avaje</groupId>
75 76 <artifactId>ebean</artifactId>
76 77 <version>2.8.1</version>
77 78 <scope>compile</scope>
78 79 </dependency>
79 80 <dependency>
80 81 <groupId>org.yaml</groupId>
81 82 <artifactId>snakeyaml</artifactId>
82 - <version>1.14</version>
83 + <version>1.15</version>
83 84 <scope>compile</scope>
84 85 </dependency>
85 86 <!-- testing -->
86 87 <dependency>
87 88 <groupId>junit</groupId>
88 89 <artifactId>junit</artifactId>
89 90 <version>4.12</version>
90 91 <scope>test</scope>
91 92 </dependency>
92 93 <dependency>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut