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 cce817f composer 0.10.0 release (#242)
cce817f is described below
commit cce817f655c196b4c818239da3a414b97cdfd91c
Author: David Grove <[email protected]>
AuthorDate: Tue Feb 12 19:56:30 2019 -0500
composer 0.10.0 release (#242)
---
tools/config.json | 40 +++++-----------------------------------
1 file changed, 5 insertions(+), 35 deletions(-)
diff --git a/tools/config.json b/tools/config.json
index 298e503..b52ef78 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -4,45 +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": "1.12.0-incubating",
+ "version": "0.10.0-incubating",
"pre_release_version": "rc1"
},
"RepoList": [
- "openwhisk-runtime-nodejs",
- "openwhisk-runtime-java",
- "openwhisk-runtime-docker",
- "openwhisk-runtime-php",
- "openwhisk-runtime-python",
- "openwhisk-runtime-swift"
+ "openwhisk-composer"
],
- "openwhisk_runtime_nodejs": {
- "hash": "fcd42de",
- "repository":
"https://github.com/apache/incubator-openwhisk-runtime-nodejs.git",
- "branch": "master"
- },
- "openwhisk_runtime_java": {
- "hash": "7cd1789",
- "repository":
"https://github.com/apache/incubator-openwhisk-runtime-java.git",
- "branch": "master"
- },
- "openwhisk_runtime_docker": {
- "hash": "247baf5",
- "repository":
"https://github.com/apache/incubator-openwhisk-runtime-docker.git",
- "branch": "master"
- },
- "openwhisk_runtime_php": {
- "hash": "93c1871",
- "repository":
"https://github.com/apache/incubator-openwhisk-runtime-php.git",
- "branch": "master"
- },
- "openwhisk_runtime_python": {
- "hash": "ae1f013",
- "repository":
"https://github.com/apache/incubator-openwhisk-runtime-python.git",
- "branch": "master"
- },
- "openwhisk_runtime_swift": {
- "hash": "2b9bad5",
- "repository":
"https://github.com/apache/incubator-openwhisk-runtime-swift.git",
+ "openwhisk_composer": {
+ "hash": "96ccab9",
+ "repository": "https://github.com/apache/incubator-openwhisk-composer.git",
"branch": "master"
}
}