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 adc223c openwhisk-client-js 3.19.0 release (#244)
adc223c is described below
commit adc223c175c188fffd2c3d8a9ed03a97b278e906
Author: James Thomas <jthomas.uk@gmail.com>
AuthorDate: Fri Mar 15 12:58:43 2019 +0000
openwhisk-client-js 3.19.0 release (#244)
---
tools/config.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tools/config.json b/tools/config.json
index b52ef78..4916465 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -4,15 +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.10.0-incubating",
+ "version": "3.19.0-incubating",
"pre_release_version": "rc1"
},
"RepoList": [
- "openwhisk-composer"
+ "openwhisk-client-js"
],
- "openwhisk_composer": {
- "hash": "96ccab9",
- "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"
}
}
|