You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2019/05/17 08:30:53 UTC

[incubator-openwhisk-release] branch master updated: Node.js Runtime 1.14.0 (#278)

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

jamesthomas 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 21dfd52  Node.js Runtime 1.14.0 (#278)
21dfd52 is described below

commit 21dfd52587482f6f26c229dc11597c916aaafb09
Author: James Thomas <ja...@jamesthom.as>
AuthorDate: Fri May 17 09:30:48 2019 +0100

    Node.js Runtime 1.14.0 (#278)
---
 tools/config.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/config.json b/tools/config.json
index 9c2d661..e0b8918 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": "3.19.0-incubating",
+    "version": "1.14.0-incubating",
     "pre_release_version": "rc1"
   },
   "RepoList": [
-    "openwhisk-client-js"
+    "openwhisk-runtime-nodejs"
   ],
-  "openwhisk_client_js": {
-    "hash": "726b982 ",
-    "repository": "https://github.com/apache/incubator-openwhisk-client-js.git",
+  "openwhisk_runtime_nodejs": {
+    "hash": "3bf5268",
+    "repository": "https://github.com/apache/incubator-openwhisk-runtime-nodejs.git",
     "branch": "master"
   }
 }