summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSenmori <thesenmori@gmail.com>2018-08-26 21:49:20 +1000
committermd_5 <git@md-5.net>2018-08-26 21:49:31 +1000
commit9e8b9ec79d42411ad18604b2f2615419d18a2b5e (patch)
treed738f251a36e3235c206105c2b7c6690aee365c8 /pom.xml
parent39f216740c54d001396376ad3351b189ee08cceb (diff)
downloadplugin-annotations-9e8b9ec79d42411ad18604b2f2615419d18a2b5e.tar
plugin-annotations-9e8b9ec79d42411ad18604b2f2615419d18a2b5e.tar.gz
plugin-annotations-9e8b9ec79d42411ad18604b2f2615419d18a2b5e.tar.lz
plugin-annotations-9e8b9ec79d42411ad18604b2f2615419d18a2b5e.tar.xz
plugin-annotations-9e8b9ec79d42411ad18604b2f2615419d18a2b5e.zip
Update plugin-annotations to 1.13
* Add more checks to ensure plugin's are using @Plugin correctly. * Add no-args constructor check. * Break up some checks to get better error messages. * Update error messages to be more informative. * Update Bukkit version to 1.13 * Bump version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 47e0c68..bc130ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.spigotmc</groupId>
<artifactId>plugin-annotations</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Plugin Annotations</name>
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
- <version>1.12.2-R0.1-SNAPSHOT</version>
+ <version>1.13-R0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<!-- we don't currently have tests