From: aosull01 Date: Thu, 17 Sep 2020 18:01:15 +0000 (+0100) Subject: bump to 7.0.2 X-Git-Tag: 8.0.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=externalapi%2Fnbi.git;a=commitdiff_plain;h=d1472209b71dd0bd56cddb7a52dd2c109937c611 bump to 7.0.2 Issue-ID: EXTAPI-514 Signed-off-by: aosull01 Change-Id: I02b43ef2949a9868243e23fad04b489ae6093923 --- diff --git a/Dockerfile b/Dockerfile index 15417aa..7c634e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ FROM registry.gitlab.com/onap-integration/docker/onap-java USER onap ARG SERVER_PORT -ARG PKG_FILENAME=nbi-rest-services-7.0.1-SNAPSHOT.jar +ARG PKG_FILENAME=nbi-rest-services-7.0.2-SNAPSHOT.jar ADD target/$PKG_FILENAME /opt/onap/app.jar RUN mkdir temptoscafile && chown onap:onap temptoscafile/ diff --git a/pom.xml b/pom.xml index c2e939d..93e48d6 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.externalapi-nbi nbi-rest-services - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT jar externalapi-nbi diff --git a/version.properties b/version.properties index 1eb9fc3..4fa3e32 100644 --- a/version.properties +++ b/version.properties @@ -20,7 +20,7 @@ major = 7 minor = 0 -patch = 1 +patch = 2 base_version = ${major}.${minor}.${patch}