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/