diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-06-07 15:09:04 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-06-10 09:38:04 -0400 |
commit | 30245f09ed237489f2c1b56e5a6036803faf43f1 (patch) | |
tree | 94e58927a8b3c6ef9bdba7c9037ea7302cc7b666 | |
parent | 2e418dcb84134695a2669ddbe76d1513742bce77 (diff) |
Update to node 105.0.2-ONAP5.0.1-ONAP5.0.0-ONAP4.2.0elaltoel-alto
(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-- | Dockerfile | 2 | ||||
-rw-r--r-- | Dockerfile_UT | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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} |