This is an automated email from the ASF dual-hosted git repository.
houshengbo 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 b624124 openwhisk-client-js 3.19.0 release (#269)
b624124 is described below
commit b624124066dced53ed3c8183e9c93a20eb3a9b89
Author: James Thomas <[email protected]>
AuthorDate: Wed Apr 10 17:38:41 2019 +0100
openwhisk-client-js 3.19.0 release (#269)
---
tools/config.json | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/tools/config.json b/tools/config.json
index 64f4879..9c2d661 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -4,16 +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": "0.11.0-incubating",
- "pre_release_version": "rc2"
+ "version": "3.19.0-incubating",
+ "pre_release_version": "rc1"
},
"RepoList": [
- "openwhisk-composer"
+ "openwhisk-client-js"
],
- "openwhisk_composer": {
- "name": "OpenWhisk Composer",
- "hash": "6bc3405280176e55618853ee8eae284c6e603806",
- "repository": "https://github.com/apache/incubator-openwhisk-composer.git",
+ "openwhisk_client_js": {
+ "hash": "726b982 ",
+ "repository":
"https://github.com/apache/incubator-openwhisk-client-js.git",
"branch": "master"
}
}