Repository: activemq-artemis Updated Branches: refs/heads/master fdb8ca005 -> bbe365eb6
using 1.18 on winsw Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b7f6c144 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b7f6c144 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b7f6c144 Branch: refs/heads/master Commit: b7f6c14425a3c5ce5da640f7aea6ba3526511862 Parents: fdb8ca0 Author: Clebert Suconic <[email protected]> Authored: Tue May 17 10:03:02 2016 -0400 Committer: Clebert Suconic <[email protected]> Committed: Tue May 17 10:03:36 2016 -0400 ---------------------------------------------------------------------- artemis-cli/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b7f6c144/artemis-cli/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml index fa7ce97..b447974 100644 --- a/artemis-cli/pom.xml +++ b/artemis-cli/pom.xml @@ -128,7 +128,7 @@ <artifactItem> <groupId>com.sun.winsw</groupId> <artifactId>winsw</artifactId> - <version>1.9</version> + <version>1.18</version> <classifier>bin</classifier> <type>exe</type> <outputDirectory>${basedir}/target/classes/org/apache/activemq/artemis/cli/commands/bin/</outputDirectory> @@ -142,5 +142,12 @@ </plugins> </build> + <repositories> + <repository> + <id>jenkins</id> + <name>jenkins</name> + <url>http://repo.jenkins-ci.org/releases/</url> + </repository> + </repositories> </project>
