You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ta...@apache.org on 2019/04/04 20:28:23 UTC

[incubator-openwhisk-release] branch master updated: Composer 0.11.0 rc2 (#261)

This is an automated email from the ASF dual-hosted git repository.

tardieu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 91b1638  Composer 0.11.0 rc2 (#261)
91b1638 is described below

commit 91b1638810edf9b6e9742a973bd695e805273d97
Author: Olivier Tardieu <ta...@users.noreply.github.com>
AuthorDate: Thu Apr 4 16:28:19 2019 -0400

    Composer 0.11.0 rc2 (#261)
---
 tools/config.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tools/config.json b/tools/config.json
index b76e93c..64f4879 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -5,13 +5,14 @@
   "release_url": "https://dist.apache.org/repos/dist/release/incubator/openwhisk",
   "versioning": {
     "version": "0.11.0-incubating",
-    "pre_release_version": "rc1"
+    "pre_release_version": "rc2"
   },
   "RepoList": [
       "openwhisk-composer"
   ],
   "openwhisk_composer": {
-    "hash": "35fad149738691802bd37c6b6e4a5e9a7d72df3e",
+    "name": "OpenWhisk Composer",
+    "hash": "6bc3405280176e55618853ee8eae284c6e603806",
     "repository": "https://github.com/apache/incubator-openwhisk-composer.git",
     "branch": "master"
   }