You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2015/02/27 11:16:12 UTC

[1/2] incubator-brooklyn git commit: Update ActiveMQBroker version

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 477e2309a -> 177b57b16


Update ActiveMQBroker version


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/1a87a65e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/1a87a65e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/1a87a65e

Branch: refs/heads/master
Commit: 1a87a65eb27ba332cdc3f42ca02024bdc11b168f
Parents: 477e230
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Thu Feb 26 13:55:42 2015 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Thu Feb 26 13:55:42 2015 +0000

----------------------------------------------------------------------
 .../java/brooklyn/entity/messaging/activemq/ActiveMQBroker.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1a87a65e/software/messaging/src/main/java/brooklyn/entity/messaging/activemq/ActiveMQBroker.java
----------------------------------------------------------------------
diff --git a/software/messaging/src/main/java/brooklyn/entity/messaging/activemq/ActiveMQBroker.java b/software/messaging/src/main/java/brooklyn/entity/messaging/activemq/ActiveMQBroker.java
index 1b06f2b..d060d04 100644
--- a/software/messaging/src/main/java/brooklyn/entity/messaging/activemq/ActiveMQBroker.java
+++ b/software/messaging/src/main/java/brooklyn/entity/messaging/activemq/ActiveMQBroker.java
@@ -45,7 +45,7 @@ public interface ActiveMQBroker extends SoftwareProcess, MessageBroker, UsesJmx,
     ConfigKey<Duration> START_TIMEOUT = SoftwareProcess.START_TIMEOUT;
     
     @SetFromFlag("version")
-    public static final ConfigKey<String> SUGGESTED_VERSION = ConfigKeys.newConfigKeyWithDefault(SoftwareProcess.SUGGESTED_VERSION, "5.10.1");
+    public static final ConfigKey<String> SUGGESTED_VERSION = ConfigKeys.newConfigKeyWithDefault(SoftwareProcess.SUGGESTED_VERSION, "5.10.2");
 
     @SetFromFlag("downloadUrl")
     public static final AttributeSensorAndConfigKey<String,String> DOWNLOAD_URL = new StringAttributeSensorAndConfigKey(


[2/2] incubator-brooklyn git commit: This closes #533

Posted by sj...@apache.org.
This closes #533


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/177b57b1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/177b57b1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/177b57b1

Branch: refs/heads/master
Commit: 177b57b1646a0e91fa60dc2f0437d8e89ed588bc
Parents: 477e230 1a87a65
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Fri Feb 27 10:15:57 2015 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Fri Feb 27 10:15:57 2015 +0000

----------------------------------------------------------------------
 .../java/brooklyn/entity/messaging/activemq/ActiveMQBroker.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------