diff --git a/modules/API/pom.xml b/modules/API/pom.xml index 59f438b4..17159203 100644 --- a/modules/API/pom.xml +++ b/modules/API/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib-API ProtocolLib-API - 4.2.0-SNAPSHOT + 4.2.0 Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ @@ -19,6 +19,7 @@ UTF-8 + ${project.version} @@ -54,7 +55,7 @@ com.comphenix.protocol.Application ProtocolLib - ${project.version}${project.build.number} + ${project.fullVersion} dmulloy2 @@ -88,6 +89,7 @@ -b${env.BUILD_NUMBER} + ${project.version}${project.build.number} @@ -99,6 +101,9 @@ true + + ${project.version} + diff --git a/modules/ProtocolLib/pom.xml b/modules/ProtocolLib/pom.xml index 8dff6f85..fe6b2332 100644 --- a/modules/ProtocolLib/pom.xml +++ b/modules/ProtocolLib/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib ProtocolLib - 4.2.0-SNAPSHOT + 4.2.0 Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ @@ -19,8 +19,7 @@ UTF-8 - - ${project.version}${project.build.number} + ${project.version} @@ -123,6 +122,7 @@ -b${env.BUILD_NUMBER} + ${project.version}${project.build.number} @@ -134,6 +134,9 @@ true + + ${project.version} + diff --git a/modules/ProtocolLib/src/main/resources/plugin.yml b/modules/ProtocolLib/src/main/resources/plugin.yml index 06da7ff4..2f3bc9aa 100644 --- a/modules/ProtocolLib/src/main/resources/plugin.yml +++ b/modules/ProtocolLib/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: ProtocolLib -version: ${project.version}${project.build.number} +version: ${project.fullVersion} description: Provides read/write access to the Minecraft protocol. authors: [dmulloy2, comphenix]