From f6c0751ce30d1acb918707f982a43ab434e75f55 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Mon, 7 Mar 2016 19:08:16 -0500 Subject: [PATCH] Update version to 3.7.0-BETA for beta release --- ProtocolLib/pom.xml | 2 +- ProtocolLib/src/main/resources/plugin.yml | 3 ++- modules/v1_7_R4/pom.xml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 74be7575..03bb68f5 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib ProtocolLib - 3.7-SNAPSHOT + 3.7.0-BETA Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ 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 f5865ccb..19f330c6 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.7-SNAPSHOT + 3.7.0-BETA Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/