From 83563029e4c64f335506a1a628fbaf7b2565c1b6 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Wed, 24 Jul 2013 08:47:47 -0700 Subject: [PATCH] setup a parameter for the plugin version This commit parameterizes the version so that it can be passed in from the command line. We use it to auotmate the versioning and deployment to the repo.jenkins-ci.org repository. Change-Id: Ie3911e7181ff7e7f40f29ba48b0c0613937ec489 --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1cc2341..14dc681 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,10 @@ limitations under the License. --> + + 4.0.0 @@ -29,7 +33,7 @@ org.jenkins-ci.plugins zmq-event-publisher hpi - 1.0 + ${project-version} Jenkins Event Publisher (via ZMQ PUB SUB) https://github.com/cboylan/zmq-event-publisher