From eebcdf3ea17eae6e67d6229004191f4a62465e1d Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Sat, 15 Nov 2014 13:10:42 -0500 Subject: [PATCH] Update TinyProtocol --- Examples/TinyProtocol/pom.xml | 227 +++++++++++++++++----------------- 1 file changed, 115 insertions(+), 112 deletions(-) diff --git a/Examples/TinyProtocol/pom.xml b/Examples/TinyProtocol/pom.xml index 8eb44cca..7b12ec93 100644 --- a/Examples/TinyProtocol/pom.xml +++ b/Examples/TinyProtocol/pom.xml @@ -1,122 +1,125 @@ - 4.0.0 - com.comphenix.tinyprotocol - TinyProtocol - 0.1.0 - TinyProtocol - Intercept packets without ProtocolLib. + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 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/ - - + + + 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 - - + + + md_5-repo + http://repo.md-5.net/content/repositories/public/ + + + comphenix-rep + Comphenix Maven Releases + http://repo.comphenix.net/content/groups/public + + - - src/main/java - - - src/main/resources - - + + src/main/java + + + src/main/resources + + - - - maven-compiler-plugin - 3.0 - - 1.6 - 1.6 - - - - + + + maven-compiler-plugin + 3.0 + + 1.6 + 1.6 + + + + - - - org.bukkit - craftbukkit - 1.7.2-R0.1-SNAPSHOT - provided - - + + + org.spigotmc + spigot-api + 1.7.10-R0.1-SNAPSHOT + + + org.spigotmc + spigot + 1.7.10-R0.1-SNAPSHOT + + - - - release-sign-artifacts - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2 - - - attach-sources - - jar - - - - + + + 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-javadoc-plugin + 2.9 + + + attach-javadocs + + jar + + + + - - org.apache.maven.plugins - maven-gpg-plugin - 1.4 - - - sign-artifacts - verify - - sign - - - - - - - - - + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + \ No newline at end of file