diff --git a/ProtocolLib/.classpath b/ProtocolLib/.classpath index 34437de1..4134d657 100644 --- a/ProtocolLib/.classpath +++ b/ProtocolLib/.classpath @@ -1,7 +1,7 @@ - - + + diff --git a/ProtocolLib/dependency-reduced-pom.xml b/ProtocolLib/dependency-reduced-pom.xml index ba0ecaa6..85e35949 100644 --- a/ProtocolLib/dependency-reduced-pom.xml +++ b/ProtocolLib/dependency-reduced-pom.xml @@ -1,12 +1,25 @@ 4.0.0 - com.comphenix.ProtocolLib + com.comphenix.protocol ProtocolLib ProtocolLib 1.3.1 Provides read/write access to the Minecraft protocol. http://dev.bukkit.org/server-mods/protocollib/ + + + aadnk + Kristian S. Stangeland + kr_stang@hotmail.com + http://comphenix.net/ + + developer + maintainer + + 1 + + GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 @@ -61,6 +74,52 @@ + + + release-sign-artifacts + + + + maven-source-plugin + 2.2 + + + attach-sources + + jar + + + + + + maven-javadoc-plugin + 2.9 + + + attach-javadocs + + jar + + + + + + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + org.bukkit diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 8e2cc4fe..361f1663 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -1,8 +1,9 @@ 4.0.0 - com.comphenix.ProtocolLib + com.comphenix.protocol ProtocolLib 1.3.1 + jar Provides read/write access to the Minecraft protocol. @@ -20,6 +21,7 @@ + org.apache.maven.plugins @@ -42,6 +44,7 @@ + maven-compiler-plugin 2.3.2 @@ -52,6 +55,66 @@ + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2 + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + + + http://dev.bukkit.org/server-mods/protocollib/ ProtocolLib @@ -69,6 +132,20 @@ + + + aadnk + Kristian S. Stangeland + kr_stang@hotmail.com + http://comphenix.net/ + + developer + maintainer + + 1 + + + cglib