Merge "setup a parameter for the plugin version"

This commit is contained in:
Jenkins 2013-07-24 22:45:14 +00:00 committed by Gerrit Code Review
commit 41e07786b0
1 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,10 @@
limitations under the License. limitations under the License.
--> -->
<!--
Pass in the version on manual builds (i.e. mvn clean package -Dproject-version=1.0)
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -29,7 +33,7 @@
<groupId>org.jenkins-ci.plugins</groupId> <groupId>org.jenkins-ci.plugins</groupId>
<artifactId>zmq-event-publisher</artifactId> <artifactId>zmq-event-publisher</artifactId>
<packaging>hpi</packaging> <packaging>hpi</packaging>
<version>1.0</version> <version>${project-version}</version>
<name>Jenkins Event Publisher (via ZMQ PUB SUB)</name> <name>Jenkins Event Publisher (via ZMQ PUB SUB)</name>
<url>https://github.com/cboylan/zmq-event-publisher</url> <url>https://github.com/cboylan/zmq-event-publisher</url>