summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 28253e7..1ed211e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,16 +10,16 @@
<groupId>org.spigotmc</groupId>
<artifactId>plugin-annotations</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Plugin Annotations</name>
<url>http://www.spigotmc.org/</url>
- <description>A annotaion-based compiletime plugin.yml generator.</description>
+ <description>A annotation-based compile time plugin.yml generator.</description>
<properties>
- <maven.compiler.source>1.6</maven.compiler.source>
- <maven.compiler.target>1.6</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
- <version>1.8-R0.1-SNAPSHOT</version>
+ <version>1.12.2-R0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<!-- we don't currently have tests
@@ -91,7 +91,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.13</version>
+ <version>1.16</version>
<executions>
<execution>
<phase>process-classes</phase>
@@ -103,8 +103,8 @@
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
- <artifactId>java16</artifactId>
- <version>1.1</version>
+ <artifactId>java18</artifactId>
+ <version>1.0</version>
</signature>
</configuration>
</plugin>
@@ -116,4 +116,4 @@
</resource>
</resources>
</build>
-</project> \ No newline at end of file
+</project>