From d96ed73e8225fe573a92095dc5c80adde30f3eeb Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Tue, 31 Mar 2015 15:45:19 -0400 Subject: [PATCH] Add build number to the version --- ProtocolLib/pom.xml | 13 +++++++++++++ ProtocolLib/src/main/resources/plugin.yml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index ac561748..c075ec34 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -12,6 +12,7 @@ cp1252 + ProtocolLib @@ -131,6 +132,18 @@ + + jenkins + + + env.BUILD_NUMBER + + + + -b${env.BUILD_NUMBER} + + + release-sign-artifacts diff --git a/ProtocolLib/src/main/resources/plugin.yml b/ProtocolLib/src/main/resources/plugin.yml index c24be3a3..8c4ac679 100644 --- a/ProtocolLib/src/main/resources/plugin.yml +++ b/ProtocolLib/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: ProtocolLib -version: ${project.version} +version: ${project.version}${project.build.number} description: Provides read/write access to the Minecraft protocol. authors: [dmulloy2, comphenix]