summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-07-07 09:21:27 +1000
committermd_5 <git@md-5.net>2018-07-07 09:21:27 +1000
commitc5fd3c6ebe5b762fd4e56653241a6ffa4708cffb (patch)
tree3ca4dfbf9eda2bc13bbbe88cb50feda68fd2b800
parenta1a5e1190d092b681017d4824dcdae93fcc008bf (diff)
downloadbukkit-c5fd3c6ebe5b762fd4e56653241a6ffa4708cffb.tar
bukkit-c5fd3c6ebe5b762fd4e56653241a6ffa4708cffb.tar.gz
bukkit-c5fd3c6ebe5b762fd4e56653241a6ffa4708cffb.tar.lz
bukkit-c5fd3c6ebe5b762fd4e56653241a6ffa4708cffb.tar.xz
bukkit-c5fd3c6ebe5b762fd4e56653241a6ffa4708cffb.zip
Fix incorrect animal sniffer signatures
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a04ca875..7b63fb48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,8 +150,8 @@
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
- <artifactId>java16</artifactId>
- <version>1.1</version>
+ <artifactId>java17</artifactId>
+ <version>1.0</version>
</signature>
</configuration>
</plugin>