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

[incubator-openwhisk-release] branch master updated: Composer 0.11.0 rc1 (#260)

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

dgrove 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 ad7ee66  Composer 0.11.0 rc1 (#260)
ad7ee66 is described below

commit ad7ee666a7f9ea24f026dc93d8a9abb7fa713196
Author: Olivier Tardieu <ta...@users.noreply.github.com>
AuthorDate: Thu Apr 4 14:49:28 2019 -0400

    Composer 0.11.0 rc1 (#260)
---
 tools/config.json | 24 ++++++------------------
 1 file changed, 6 insertions(+), 18 deletions(-)

diff --git a/tools/config.json b/tools/config.json
index 6c0ac74..b76e93c 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -4,27 +4,15 @@
   "stage_url": "https://dist.apache.org/repos/dist/dev/incubator/openwhisk",
   "release_url": "https://dist.apache.org/repos/dist/release/incubator/openwhisk",
   "versioning": {
-    "version": "2.0.0-incubating",
-    "pre_release_version": "rc2"
+    "version": "0.11.0-incubating",
+    "pre_release_version": "rc1"
   },
   "RepoList": [
-      "openwhisk-package-alarms",
-      "openwhisk-package-cloudant",
-      "openwhisk-package-kafka"
+      "openwhisk-composer"
   ],
-  "openwhisk_package_alarms": {
-    "hash": "dd6ab4d81c8893436e7242170d57951c089d5185",
-    "repository": "https://github.com/apache/incubator-openwhisk-package-alarms.git",
-    "branch": "master"
-  },
-  "openwhisk_package_cloudant": {
-    "hash": "ce5dac9cb0204fb2f78195d9e3f9364236613a31",
-    "repository": "https://github.com/apache/incubator-openwhisk-package-cloudant.git",
-    "branch": "master"
-  },
-  "openwhisk_package_kafka": {
-    "hash": "49820dd24170f24a37c02fae6ba7ec06e190423f",
-    "repository": "https://github.com/apache/incubator-openwhisk-package-kafka.git",
+  "openwhisk_composer": {
+    "hash": "35fad149738691802bd37c6b6e4a5e9a7d72df3e",
+    "repository": "https://github.com/apache/incubator-openwhisk-composer.git",
     "branch": "master"
   }
 }