From: aosull01 Date: Mon, 25 Jan 2021 17:08:30 +0000 (+0000) Subject: prepare first Honolulu image X-Git-Tag: 8.0.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=externalapi%2Fnbi.git;a=commitdiff_plain;h=979aaa6eab5754b1d9510f46310283bf838e3771 prepare first Honolulu image Issue-ID: EXTAPI-551 Signed-off-by: aosull01 Change-Id: I3e06f46990a4d0147d43f380904174ec1e657e42 --- diff --git a/Dockerfile b/Dockerfile index 7c634e6..31839c3 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.2-SNAPSHOT.jar +ARG PKG_FILENAME=nbi-rest-services-8.0.0-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 93e48d6..1fcbb46 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.externalapi-nbi nbi-rest-services - 7.0.2-SNAPSHOT + 8.0.0-SNAPSHOT jar externalapi-nbi diff --git a/version.properties b/version.properties index 4fa3e32..d947d28 100644 --- a/version.properties +++ b/version.properties @@ -18,9 +18,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support... -major = 7 +major = 8 minor = 0 -patch = 2 +patch = 0 base_version = ${major}.${minor}.${patch}