diff --git a/Examples/TinyProtocol/pom.xml b/Examples/TinyProtocol/pom.xml index d57c7fe7..8eb44cca 100644 --- a/Examples/TinyProtocol/pom.xml +++ b/Examples/TinyProtocol/pom.xml @@ -1,49 +1,122 @@ - - 4.0.0 - com.comphenix.tinyprotocol - TinyProtocol - 0.0.1-SNAPSHOT - TinyProtocol - Intercept packets without ProtocolLib. - - - - bukkit-rep - http://repo.bukkit.org/content/groups/public - - - comphenix-rep - Comphenix Maven Releases - http://repo.comphenix.net/content/groups/public - - - - - src/main/java - - - src/main/resources - - - - - - maven-compiler-plugin - 3.0 - - 1.6 - 1.6 - - - - - - - - org.bukkit - craftbukkit - 1.7.2-R0.1-SNAPSHOT - provided - - + + 4.0.0 + com.comphenix.tinyprotocol + TinyProtocol + 0.1.0 + TinyProtocol + Intercept packets without ProtocolLib. + + + + comphenix-releases + Comphenix Maven Releases + http://repo.comphenix.net/content/repositories/releases/ + + + comphenix-snapshots + Comphenix Maven Snapshots + http://repo.comphenix.net/content/repositories/snapshots/ + + + + + + bukkit-rep + http://repo.bukkit.org/content/groups/public + + + comphenix-rep + Comphenix Maven Releases + http://repo.comphenix.net/content/groups/public + + + + + src/main/java + + + src/main/resources + + + + + + maven-compiler-plugin + 3.0 + + 1.6 + 1.6 + + + + + + + + org.bukkit + craftbukkit + 1.7.2-R0.1-SNAPSHOT + provided + + + + + + 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 + + + + + + + + + \ No newline at end of file diff --git a/Examples/TinyProtocol/src/main/resources/plugin.yml b/Examples/TinyProtocol/src/main/resources/plugin.yml index 8508415f..3fa1320b 100644 --- a/Examples/TinyProtocol/src/main/resources/plugin.yml +++ b/Examples/TinyProtocol/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: TinyProtocol -version: 0.0.1-SNAPSHOT +version: 0.1.0 description: Intercept packets without ProtocolLib author: Comphenix