From 11cb6031307201e1bcfb6f655938848ed7a42e69 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Sat, 30 Jan 2016 12:54:33 -0500 Subject: [PATCH] Update version to 3.6.5 for release --- ProtocolLib/pom.xml | 4 ++-- ProtocolLib/src/main/resources/plugin.yml | 3 ++- modules/v1_7_R4/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 37416e45..bf6e50a1 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib ProtocolLib - 3.6.5-SNAPSHOT + 3.6.5 Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ @@ -17,7 +17,7 @@ - cp1252 + UTF-8 diff --git a/ProtocolLib/src/main/resources/plugin.yml b/ProtocolLib/src/main/resources/plugin.yml index 87c10a68..04372b6b 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/v1_7_R4/pom.xml b/modules/v1_7_R4/pom.xml index 42564f2d..eccd78cf 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.5-SNAPSHOT + 3.6.5 Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ @@ -17,7 +17,7 @@ - cp1252 + UTF-8