Repository: incubator-brooklyn Updated Branches: refs/heads/master 7234b83fd -> 06b14d60d
ActiveMQ version is now 5.10.1. Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/6c46a67a Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/6c46a67a Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/6c46a67a Branch: refs/heads/master Commit: 6c46a67a2885f28a4de43756d4447e847d8e70ac Parents: 7234b83 Author: Sam Corbett <[email protected]> Authored: Tue Jan 27 10:47:20 2015 +0000 Committer: Sam Corbett <[email protected]> Committed: Tue Jan 27 10:47:20 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/6c46a67a/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 6727934..1b06f2b 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.0"); + public static final ConfigKey<String> SUGGESTED_VERSION = ConfigKeys.newConfigKeyWithDefault(SoftwareProcess.SUGGESTED_VERSION, "5.10.1"); @SetFromFlag("downloadUrl") public static final AttributeSensorAndConfigKey<String,String> DOWNLOAD_URL = new StringAttributeSensorAndConfigKey(
