Archiviert
13
0

Update maven plugin versions

Dieser Commit ist enthalten in:
Dan Mulloy 2014-12-13 17:02:54 -05:00
Ursprung 2a51e16ef0
Commit 821c3a1d48

Datei anzeigen

@ -25,12 +25,12 @@
<repositories>
<repository>
<id>md_5-repo</id>
<url>http://repo.md-5.net/content/repositories/public/</url>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
<repository>
<id>comphenix-releases</id>
<url>http://repo.comphenix.net/content/repositories/releases/</url>
<id>comphenix-repo</id>
<url>http://repo.comphenix.net/content/groups/public/</url>
</repository>
</repositories>
@ -52,7 +52,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.0</version>
<version>2.3</version>
<executions>
<execution>
<phase>package</phase>
@ -84,7 +84,7 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
@ -94,7 +94,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.1</version>
<version>2.5</version>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
@ -106,7 +106,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
<version>2.18</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
@ -143,7 +143,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2</version>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
@ -157,7 +157,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<version>2.10.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
@ -171,7 +171,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>