summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSenmori <thesenmori@gmail.com>2018-07-13 00:28:40 -0400
committermd_5 <git@md-5.net>2018-07-13 15:50:41 +1000
commit3d4b0c8a117a5ffc54e90b6b3b41f6f24e000cba (patch)
tree91404cc6b63abe03d441226e04da85f3f642249a /pom.xml
parente677cffa5de059d623c03705f9568b57447f5b05 (diff)
downloadplugin-annotations-3d4b0c8a117a5ffc54e90b6b3b41f6f24e000cba.tar
plugin-annotations-3d4b0c8a117a5ffc54e90b6b3b41f6f24e000cba.tar.gz
plugin-annotations-3d4b0c8a117a5ffc54e90b6b3b41f6f24e000cba.tar.lz
plugin-annotations-3d4b0c8a117a5ffc54e90b6b3b41f6f24e000cba.tar.xz
plugin-annotations-3d4b0c8a117a5ffc54e90b6b3b41f6f24e000cba.zip
Misc changes for v1.2
* Add @ApiVersion and appropriate targets * Add ability to have @Command and @Permission annotations on classes that implement CommandExecutor. Thanks Hex for the suggestion. * Remove last reference to @Main. * Update README. * Bump version. * Remove deprecated annotations.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1ed211e..835a5e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.spigotmc</groupId>
<artifactId>plugin-annotations</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Plugin Annotations</name>