From 30245f09ed237489f2c1b56e5a6036803faf43f1 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Fri, 7 Jun 2019 15:09:04 -0400 Subject: Update to node 10 (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 --- Dockerfile | 2 +- Dockerfile_UT | 2 +- pom.xml | 2 +- version.properties | 2 +- 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. org.onap.dcaegen2.platform deployment-handler dcaegen2-platform-deployment-handler - 4.1.0-SNAPSHOT + 4.2.0-SNAPSHOT http://maven.apache.org UTF-8 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} -- cgit 1.2.3-korg