diff options
author | Zach Brown <[email protected]> | 2016-11-03 14:51:00 -0500 |
---|---|---|
committer | Zach Brown <[email protected]> | 2016-11-03 14:51:00 -0500 |
commit | 493caa07b4dba7185534d6d61cdb5b3709f24447 (patch) | |
tree | f60c1ae9e422cc9fd6dfbe097be4318cc64dd000 | |
parent | f0baa4b9cc71104d2da5a447382402ff4f3bc831 (diff) | |
download | Paper-493caa07b4dba7185534d6d61cdb5b3709f24447.tar.gz Paper-493caa07b4dba7185534d6d61cdb5b3709f24447.zip |
MC uses JSR 1.3.9
-rw-r--r-- | Spigot-API-Patches/0001-POM-changes.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Spigot-API-Patches/0001-POM-changes.patch b/Spigot-API-Patches/0001-POM-changes.patch index 5eda768f51..a18a62e0be 100644 --- a/Spigot-API-Patches/0001-POM-changes.patch +++ b/Spigot-API-Patches/0001-POM-changes.patch @@ -1,11 +1,11 @@ -From 07ca205f1c430f3efab31e4eeaf22c0d976d2501 Mon Sep 17 00:00:00 2001 +From d2964723ffed5f0bbf1fef361f554666b43d53e7 Mon Sep 17 00:00:00 2001 From: Zach Brown <[email protected]> Date: Mon, 29 Feb 2016 17:16:08 -0600 Subject: [PATCH] POM changes diff --git a/pom.xml b/pom.xml -index 217ce0b..83797ef 100644 +index 217ce0b..8f0fb79 100644 --- a/pom.xml +++ b/pom.xml @@ -4,35 +4,37 @@ @@ -81,7 +81,7 @@ index 217ce0b..83797ef 100644 + <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> -+ <version>3.0.1</version> ++ <version>1.3.9</version> + <scope>compile</scope> + </dependency> <!-- bundled with Minecraft, should be kept in sync --> |