You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2015/11/05 14:44:52 UTC

[1/2] incubator-brooklyn git commit: Update Tomcat 7 download version

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 <sa...@cloudsoftcorp.com>
Authored: Thu Nov 5 11:25:10 2015 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
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>(


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

Posted by sv...@apache.org.
This closes #1002

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

Branch: refs/heads/master
Commit: 9bb0d71a4d0b14d3d7ddfce4c2af7a270181f76c
Parents: 54b4b3c f3d6334
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Thu Nov 5 15:44:31 2015 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Thu Nov 5 15:44:31 2015 +0200

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