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 f81e9e3 Prepare the release of 0.9.0-incubating rc1 (#192)
f81e9e3 is described below
commit f81e9e3422dd7d0da8cb42e9ac2e3df24935569d
Author: Vincent <[email protected]>
AuthorDate: Wed Jun 20 17:03:39 2018 -0400
Prepare the release of 0.9.0-incubating rc1 (#192)
---
tools/config.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tools/config.json b/tools/config.json
index 66fbf31..076299d 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -3,7 +3,7 @@
"stage_url": "https://dist.apache.org/repos/dist/dev/incubator/openwhisk",
"release_url":
"https://dist.apache.org/repos/dist/release/incubator/openwhisk",
"versioning": {
- "version": "incubator-0.9.0",
+ "version": "0.9.0-incubating",
"pre_release_version": "rc1"
},
"RepoList": [
@@ -59,17 +59,17 @@
"branch": "master"
},
"openwhisk_runtime_nodejs": {
- "hash": "f87af49",
+ "hash": "557c4bd",
"repository":
"https://github.com/apache/incubator-openwhisk-runtime-nodejs.git",
"branch": "master"
},
"openwhisk_runtime_swift": {
- "hash": "f476907",
+ "hash": "06c4972",
"repository":
"https://github.com/apache/incubator-openwhisk-runtime-swift.git",
"branch": "master"
},
"openwhisk_runtime_php": {
- "hash": "86c0a91",
+ "hash": "b0834a5",
"repository":
"https://github.com/apache/incubator-openwhisk-runtime-php.git",
"branch": "master"
},
@@ -84,7 +84,7 @@
"branch": "master"
},
"openwhisk_runtime_python": {
- "hash": "36254cb",
+ "hash": "a2098d9",
"repository":
"https://github.com/apache/incubator-openwhisk-runtime-python.git",
"branch": "master"
}