You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/05/25 13:41:04 UTC

[1/2] activemq-artemis git commit: Corrected winsw version and added property for it

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 <pg...@redhat.com>
Authored: Wed May 25 13:58:43 2016 +0100
Committer: Clebert Suconic <cl...@apache.org>
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>


[2/2] activemq-artemis git commit: This closes #540

Posted by cl...@apache.org.
This closes #540


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b27033d7
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b27033d7
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b27033d7

Branch: refs/heads/master
Commit: b27033d7c22f25d49f7229f407d14fb57ea3a908
Parents: 4834c2a 1abf433
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed May 25 09:40:58 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed May 25 09:40:58 2016 -0400

----------------------------------------------------------------------
 artemis-cli/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------