You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:46:45 UTC

[42/50] brooklyn-library git commit: bump mysql version

bump mysql version


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/ece5cb0f
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/ece5cb0f
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/ece5cb0f

Branch: refs/heads/0.4.0
Commit: ece5cb0f291dc31c9f09028ca64d346af28a0571
Parents: 0f5c12a
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Oct 23 03:09:31 2012 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Tue Oct 23 03:09:31 2012 +0100

----------------------------------------------------------------------
 .../src/main/java/brooklyn/entity/database/mysql/MySqlNode.groovy  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/ece5cb0f/software/database/src/main/java/brooklyn/entity/database/mysql/MySqlNode.groovy
----------------------------------------------------------------------
diff --git a/software/database/src/main/java/brooklyn/entity/database/mysql/MySqlNode.groovy b/software/database/src/main/java/brooklyn/entity/database/mysql/MySqlNode.groovy
index 99d53dc..da1600a 100644
--- a/software/database/src/main/java/brooklyn/entity/database/mysql/MySqlNode.groovy
+++ b/software/database/src/main/java/brooklyn/entity/database/mysql/MySqlNode.groovy
@@ -14,7 +14,7 @@ public class MySqlNode extends SoftwareProcessEntity {
 
     // NOTE MySQL changes the minor version number of their GA release frequently, check for latest version if install fails
     @SetFromFlag("version")
-    public static final BasicConfigKey<String> SUGGESTED_VERSION = [ SoftwareProcessEntity.SUGGESTED_VERSION, "5.5.25a" ]
+    public static final BasicConfigKey<String> SUGGESTED_VERSION = [ SoftwareProcessEntity.SUGGESTED_VERSION, "5.5.28" ]
 
     @SetFromFlag("port")
     public static final PortAttributeSensorAndConfigKey MYSQL_PORT = [ "mysql.port", "MySQL port", PortRanges.fromString("3306, 13306+") ]