Update TomcatServer version to 7.0.47
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/87a2466c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/87a2466c Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/87a2466c Branch: refs/heads/0.6.0 Commit: 87a2466cf9526cd1e10e6078bc9024463119be69 Parents: 93b94dc Author: Andrew Kennedy <[email protected]> Authored: Tue Nov 12 16:09:34 2013 +0000 Committer: Andrew Kennedy <[email protected]> Committed: Tue Nov 12 16:09:34 2013 +0000 ---------------------------------------------------------------------- .../src/main/java/brooklyn/entity/webapp/tomcat/TomcatServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/87a2466c/software/webapp/src/main/java/brooklyn/entity/webapp/tomcat/TomcatServer.java ---------------------------------------------------------------------- diff --git a/software/webapp/src/main/java/brooklyn/entity/webapp/tomcat/TomcatServer.java b/software/webapp/src/main/java/brooklyn/entity/webapp/tomcat/TomcatServer.java index 970c8f4..7d5776c 100644 --- a/software/webapp/src/main/java/brooklyn/entity/webapp/tomcat/TomcatServer.java +++ b/software/webapp/src/main/java/brooklyn/entity/webapp/tomcat/TomcatServer.java @@ -44,7 +44,7 @@ public interface TomcatServer extends JavaWebAppSoftwareProcess, UsesJmx, HasSho } @SetFromFlag("version") - ConfigKey<String> SUGGESTED_VERSION = ConfigKeys.newConfigKeyWithDefault(SoftwareProcess.SUGGESTED_VERSION, "7.0.42"); + ConfigKey<String> SUGGESTED_VERSION = ConfigKeys.newConfigKeyWithDefault(SoftwareProcess.SUGGESTED_VERSION, "7.0.47"); @SetFromFlag("downloadUrl") BasicAttributeSensorAndConfigKey<String> DOWNLOAD_URL = new BasicAttributeSensorAndConfigKey<String>(
