Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 54b4b3c01 -> 9bb0d71a4


Update Tomcat 7 download 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/f3d6334c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/f3d6334c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/f3d6334c

Branch: refs/heads/master
Commit: f3d6334c4f71f833333cf26781416e08dc65a310
Parents: 54b4b3c
Author: Sam Corbett <[email protected]>
Authored: Thu Nov 5 11:25:10 2015 +0000
Committer: Sam Corbett <[email protected]>
Committed: Thu Nov 5 11:25:10 2015 +0000

----------------------------------------------------------------------
 .../org/apache/brooklyn/entity/webapp/tomcat/TomcatServer.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f3d6334c/software/webapp/src/main/java/org/apache/brooklyn/entity/webapp/tomcat/TomcatServer.java
----------------------------------------------------------------------
diff --git 
a/software/webapp/src/main/java/org/apache/brooklyn/entity/webapp/tomcat/TomcatServer.java
 
b/software/webapp/src/main/java/org/apache/brooklyn/entity/webapp/tomcat/TomcatServer.java
index 72ff1eb..c16132c 100644
--- 
a/software/webapp/src/main/java/org/apache/brooklyn/entity/webapp/tomcat/TomcatServer.java
+++ 
b/software/webapp/src/main/java/org/apache/brooklyn/entity/webapp/tomcat/TomcatServer.java
@@ -45,7 +45,7 @@ import org.apache.brooklyn.util.time.Duration;
 public interface TomcatServer extends JavaWebAppSoftwareProcess, UsesJmx, 
HasShortName {
 
     @SetFromFlag("version")
-    ConfigKey<String> SUGGESTED_VERSION = 
ConfigKeys.newConfigKeyWithDefault(SoftwareProcess.SUGGESTED_VERSION, "7.0.56");
+    ConfigKey<String> SUGGESTED_VERSION = 
ConfigKeys.newConfigKeyWithDefault(SoftwareProcess.SUGGESTED_VERSION, "7.0.65");
 
     @SetFromFlag("downloadUrl")
     BasicAttributeSensorAndConfigKey<String> DOWNLOAD_URL = new 
BasicAttributeSensorAndConfigKey<String>(

Reply via email to