You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2019/07/26 20:55:56 UTC

[nifi-fds] 01/02: [NIFI-6469] finalize RC2

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

scottyaslan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git

commit ebcc87a8878613e62cfbf06fedd8bd3908843ed4
Author: Scott Aslan <sc...@gmail.com>
AuthorDate: Fri Jul 26 16:49:08 2019 -0400

    [NIFI-6469] finalize RC2
---
 package-lock.json          | 2 +-
 package.json               | 2 +-
 platform/core/package.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index a1648fa..0856f1d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
     "//": "See the License for the specific language governing permissions and",
     "//": "limitations under the License.",
     "name": "nifi-fds",
-    "version": "0.2.0",
+    "version": "0.3.0-SNAPSHOT",
     "lockfileVersion": 1,
     "requires": true,
     "dependencies": {
diff --git a/package.json b/package.json
index 445ec0d..45a2cb2 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
     "//": "See the License for the specific language governing permissions and",
     "//": "limitations under the License.",
     "name": "nifi-fds",
-    "version": "0.2.0",
+    "version": "0.3.0-SNAPSHOT",
     "scripts": {
         "start": "./node_modules/http-server/bin/http-server --gzip -p 28080 .",
         "build:webapp:bundle:development": "npm run webpack:development",
diff --git a/platform/core/package.json b/platform/core/package.json
index fed9c21..b89fe60 100644
--- a/platform/core/package.json
+++ b/platform/core/package.json
@@ -14,7 +14,7 @@
     "//": "See the License for the specific language governing permissions and",
     "//": "limitations under the License.",
     "name": "@nifi-fds/core",
-    "version": "0.2.0",
+    "version": "0.3.0-SNAPSHOT",
     "description": "The Apache NiFi Flow Design System module is an atomic reusable platform providing consistent set of UI/UX components for open source friendly web applications to consume.",
     "keywords": [
         "angular",