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 <[email protected]> Authored: Thu Feb 26 13:55:42 2015 +0000 Committer: Sam Corbett <[email protected]> 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(
