aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-06-07 15:09:04 -0400
committerJack Lucas <jflucas@research.att.com>2019-06-10 09:38:04 -0400
commit30245f09ed237489f2c1b56e5a6036803faf43f1 (patch)
tree94e58927a8b3c6ef9bdba7c9037ea7302cc7b666
parent2e418dcb84134695a2669ddbe76d1513742bce77 (diff)
(Node 10 is the current LTS release, with support until April 2021. While node 12 is available, it is not the current LTS release and will not be LTS until late October 2019. 10 is the best choice for now.) Unit test coverage summary: Statements : 80.76% ( 995/1232 ) Branches : 58.44% ( 308/527 ) Functions : 81.13% ( 172/212 ) Lines : 81.27% ( 985/1212 ) Issue-ID: DCAEGEN2-513 Change-Id: I4a7835fbd6bfd2c4029095974769435d2e021faa Signed-off-by: Jack Lucas <jflucas@research.att.com>
-rw-r--r--Dockerfile2
-rw-r--r--Dockerfile_UT2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
4 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index b2eddc8..1289868 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:6.10.3
+FROM node:10.16.0
ENV INSROOT /opt/app
ENV APPUSER dh
diff --git a/Dockerfile_UT b/Dockerfile_UT
index 27b84ba..ee5791d 100644
--- a/Dockerfile_UT
+++ b/Dockerfile_UT
@@ -1,4 +1,4 @@
-FROM node:6.10.3
+FROM node:10.16.0
ENV INSROOT /opt/app
ENV APPUSER dh
diff --git a/pom.xml b/pom.xml
index fa13097..90530b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>deployment-handler</artifactId>
<name>dcaegen2-platform-deployment-handler</name>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.2.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/version.properties b/version.properties
index 63f7e0d..7ec99d8 100644
--- a/version.properties
+++ b/version.properties
@@ -1,5 +1,5 @@
major=4
-minor=1
+minor=2
patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}