You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2016/05/17 16:08:57 UTC

[1/3] activemq-artemis git commit: using 1.18 on winsw

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 <cl...@apache.org>
Authored: Tue May 17 10:03:02 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
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>


[2/3] activemq-artemis git commit: ARTEMIS-354 Fixing security option on artemis-service for windows

Posted by jb...@apache.org.
ARTEMIS-354 Fixing security option on artemis-service for windows


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

Branch: refs/heads/master
Commit: 5f35d139be70f223ca2bcaa3ba6b61b0de729405
Parents: b7f6c14
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue May 17 10:43:00 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue May 17 10:43:00 2016 -0400

----------------------------------------------------------------------
 .../apache/activemq/artemis/cli/commands/bin/artemis-service.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5f35d139/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
index 3001370..dfb8023 100644
--- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
+++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
@@ -46,7 +46,7 @@
    <argument>-Ddata.dir="${artemis.instance}\data"</argument>
    <argument>-Djava.util.logging.manager=org.jboss.logmanager.LogManager</argument>
    <argument>-Dlogging.configuration="file:${artemis.instance}\etc\logging.properties"</argument>
-   <argument>-Djava.security.auth.login.config"${artemis.instance}\etc\login.config"</argument>
+   <argument>-Djava.security.auth.login.config="${artemis.instance}\etc\login.config"</argument>
 
 
    <!-- Debug args: Uncomment to enable debug


[3/3] activemq-artemis git commit: This closes #520

Posted by jb...@apache.org.
This closes #520


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

Branch: refs/heads/master
Commit: bbe365eb690441825c5c97522ae977dd0ec57fa8
Parents: fdb8ca0 5f35d13
Author: jbertram <jb...@apache.org>
Authored: Tue May 17 11:08:31 2016 -0500
Committer: jbertram <jb...@apache.org>
Committed: Tue May 17 11:08:31 2016 -0500

----------------------------------------------------------------------
 artemis-cli/pom.xml                                         | 9 ++++++++-
 .../activemq/artemis/cli/commands/bin/artemis-service.xml   | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------