summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-04-19 10:01:10 +1000
committermd_5 <git@md-5.net>2018-04-19 10:01:10 +1000
commit33a62b95913e6df50dc60f0fdad3144ba094bef7 (patch)
treeea2788e54b615daf9b2aa2805dc5d8e6cdf24105 /pom.xml
parent17ee35ec62eb9128f8c45599f4e4939f9821e443 (diff)
downloadbukkit-33a62b95913e6df50dc60f0fdad3144ba094bef7.tar
bukkit-33a62b95913e6df50dc60f0fdad3144ba094bef7.tar.gz
bukkit-33a62b95913e6df50dc60f0fdad3144ba094bef7.tar.lz
bukkit-33a62b95913e6df50dc60f0fdad3144ba094bef7.tar.xz
bukkit-33a62b95913e6df50dc60f0fdad3144ba094bef7.zip
Revert "Update to SnakeYAML 1.21"
This reverts commit 17ee35ec62eb9128f8c45599f4e4939f9821e443.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 7e90e32a..a04ca875 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.21</version>
+ <version>1.19</version>
<scope>compile</scope>
</dependency>
<!-- testing -->
@@ -150,8 +150,8 @@
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
- <artifactId>java17</artifactId>
- <version>1.0</version>
+ <artifactId>java16</artifactId>
+ <version>1.1</version>
</signature>
</configuration>
</plugin>