Repository: activemq-artemis Updated Branches: refs/heads/master 4834c2a59 -> b27033d7c
Corrected winsw version and added property for it Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/1abf4330 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/1abf4330 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/1abf4330 Branch: refs/heads/master Commit: 1abf43309088d7dbb838f83d483b195593a17f58 Parents: 4834c2a Author: Paul Gallagher <[email protected]> Authored: Wed May 25 13:58:43 2016 +0100 Committer: Clebert Suconic <[email protected]> Committed: Wed May 25 09:40:57 2016 -0400 ---------------------------------------------------------------------- artemis-cli/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/1abf4330/artemis-cli/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml index b447974..7eda99c 100644 --- a/artemis-cli/pom.xml +++ b/artemis-cli/pom.xml @@ -29,6 +29,7 @@ <properties> <activemq.basedir>${project.basedir}/..</activemq.basedir> + <winsw.version>1.18</winsw.version> </properties> <dependencies> @@ -64,7 +65,7 @@ <dependency> <groupId>com.sun.winsw</groupId> <artifactId>winsw</artifactId> - <version>1.9</version> + <version>${winsw.version}</version> <classifier>bin</classifier> <type>exe</type> <scope>test</scope> @@ -128,7 +129,7 @@ <artifactItem> <groupId>com.sun.winsw</groupId> <artifactId>winsw</artifactId> - <version>1.18</version> + <version>${winsw.version}</version> <classifier>bin</classifier> <type>exe</type> <outputDirectory>${basedir}/target/classes/org/apache/activemq/artemis/cli/commands/bin/</outputDirectory>
