You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2018/08/21 14:08:13 UTC

[1/2] brooklyn-library git commit: bump CouchDB entity version to 1.7.2

Repository: brooklyn-library
Updated Branches:
  refs/heads/master b1ceeb89f -> a94f7d84e


bump CouchDB entity version to 1.7.2


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

Branch: refs/heads/master
Commit: 20bbcafcb2c353dd8e9cd4fe870f8a2d6b22bb74
Parents: b1ceeb8
Author: Aled Sage <al...@gmail.com>
Authored: Tue Aug 21 13:39:11 2018 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Tue Aug 21 13:39:11 2018 +0100

----------------------------------------------------------------------
 .../java/org/apache/brooklyn/entity/nosql/couchdb/CouchDBNode.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/20bbcafc/software/nosql/src/main/java/org/apache/brooklyn/entity/nosql/couchdb/CouchDBNode.java
----------------------------------------------------------------------
diff --git a/software/nosql/src/main/java/org/apache/brooklyn/entity/nosql/couchdb/CouchDBNode.java b/software/nosql/src/main/java/org/apache/brooklyn/entity/nosql/couchdb/CouchDBNode.java
index 430a2b1..70761e4 100644
--- a/software/nosql/src/main/java/org/apache/brooklyn/entity/nosql/couchdb/CouchDBNode.java
+++ b/software/nosql/src/main/java/org/apache/brooklyn/entity/nosql/couchdb/CouchDBNode.java
@@ -46,7 +46,7 @@ public interface CouchDBNode extends SoftwareProcess, WebAppService {
     ConfigKey<String> ARCHIVE_DIRECTORY_NAME_FORMAT = ConfigKeys.newConfigKeyWithDefault(SoftwareProcess.ARCHIVE_DIRECTORY_NAME_FORMAT, "apache-couchdb-%s");
     
     @SetFromFlag("version")
-    ConfigKey<String> SUGGESTED_VERSION = ConfigKeys.newConfigKeyWithDefault(SoftwareProcess.SUGGESTED_VERSION, "1.6.1");
+    ConfigKey<String> SUGGESTED_VERSION = ConfigKeys.newConfigKeyWithDefault(SoftwareProcess.SUGGESTED_VERSION, "1.7.2");
 
     @SetFromFlag("erlangVersion")
     ConfigKey<String> ERLANG_VERSION = ConfigKeys.newStringConfigKey("erlang.version", "Erlang runtime version", "R15B");


[2/2] brooklyn-library git commit: This closes #157

Posted by al...@apache.org.
This closes #157


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

Branch: refs/heads/master
Commit: a94f7d84ebcd984ec7c44d62add2f00d5e663717
Parents: b1ceeb8 20bbcaf
Author: Aled Sage <al...@gmail.com>
Authored: Tue Aug 21 15:07:51 2018 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Tue Aug 21 15:07:51 2018 +0100

----------------------------------------------------------------------
 .../java/org/apache/brooklyn/entity/nosql/couchdb/CouchDBNode.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------