From: aosull01 Date: Fri, 19 Feb 2021 17:41:21 +0000 (+0000) Subject: release 8.0.1 with new base nexus image X-Git-Tag: 8.0.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=externalapi%2Fnbi.git;a=commitdiff_plain;h=8044ef486d554873e0272b43233b4c4832f5f30d release 8.0.1 with new base nexus image Issue-ID: EXTAPI-569 Signed-off-by: aosull01 Change-Id: I03ed8094470e3f5f36523ae859f987711ed852c2 --- diff --git a/Dockerfile b/Dockerfile index 55d950c..aad733a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ FROM nexus3.onap.org:10001/onap/integration-java11 USER onap ARG SERVER_PORT -ARG PKG_FILENAME=nbi-rest-services-8.0.0-SNAPSHOT.jar +ARG PKG_FILENAME=nbi-rest-services-8.0.1-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 f5ce750..f97a33c 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.externalapi-nbi nbi-rest-services - 8.0.0-SNAPSHOT + 8.0.1-SNAPSHOT jar externalapi-nbi diff --git a/version.properties b/version.properties index d947d28..8324f39 100644 --- a/version.properties +++ b/version.properties @@ -20,7 +20,7 @@ major = 8 minor = 0 -patch = 0 +patch = 1 base_version = ${major}.${minor}.${patch}