From 0dd37bb8011705c83cb363aee8ef81176fc7a0f8 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Sat, 11 Jul 2015 16:52:27 -0400 Subject: [PATCH] Bump version to 3.6.4 for release --- ProtocolLib/pom.xml | 2 +- ProtocolLib/src/main/resources/plugin.yml | 3 ++- modules/ItemDisguise/pom.xml | 6 +++--- modules/v1_7_R4/pom.xml | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 5a25cc3d..8b6036a7 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 ProtocolLib - 3.6.4-SNAPSHOT + 3.6.4 ProtocolLib Provides read/write access to the Minecraft protocol. diff --git a/ProtocolLib/src/main/resources/plugin.yml b/ProtocolLib/src/main/resources/plugin.yml index 6df02e42..1262f98f 100644 --- a/ProtocolLib/src/main/resources/plugin.yml +++ b/ProtocolLib/src/main/resources/plugin.yml @@ -1,5 +1,6 @@ name: ProtocolLib -version: ${project.version}${project.build.number} +#version: ${project.version}${project.build.number} +version: ${project.version} description: Provides read/write access to the Minecraft protocol. authors: [dmulloy2, comphenix] diff --git a/modules/ItemDisguise/pom.xml b/modules/ItemDisguise/pom.xml index 3264e1c5..e134b42a 100644 --- a/modules/ItemDisguise/pom.xml +++ b/modules/ItemDisguise/pom.xml @@ -61,18 +61,18 @@ org.spigotmc spigot-api - 1.8.6-R0.1-SNAPSHOT + 1.8.7-R0.1-SNAPSHOT org.spigotmc spigot - 1.8.6-R0.1-SNAPSHOT + 1.8.7-R0.1-SNAPSHOT provided com.comphenix.protocol ProtocolLib - 3.6.3-SNAPSHOT + 3.6.4 \ No newline at end of file diff --git a/modules/v1_7_R4/pom.xml b/modules/v1_7_R4/pom.xml index 7bf1c2ec..289fbb41 100644 --- a/modules/v1_7_R4/pom.xml +++ b/modules/v1_7_R4/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib-v1_7_R4 ProtocolLib-v1_7_R4 - 3.6.4-SNAPSHOT + 3.6.4 Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ @@ -233,7 +233,7 @@ com.comphenix.protocol ProtocolLib - 3.6.4-SNAPSHOT + ${project.version} cglib