From: aosull01 Date: Mon, 30 Mar 2020 14:52:37 +0000 (+0100) Subject: bump to 6.0.1 for RC0 X-Git-Tag: 6.0.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=externalapi%2Fnbi.git;a=commitdiff_plain;h=c8668c7cc6a38f454d24562050750cadfd323a6b bump to 6.0.1 for RC0 Issue-ID: EXTAPI-422 Signed-off-by: aosull01 Change-Id: Iaefe00cf48d0126d336e6d2b70aea87356780c23 --- diff --git a/Dockerfile b/Dockerfile index 3a8cd0c..459929c 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-6.0.0-SNAPSHOT.jar +ARG PKG_FILENAME=nbi-rest-services-6.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 f3e2203..4638f98 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.externalapi-nbi nbi-rest-services - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT jar externalapi-nbi diff --git a/version.properties b/version.properties index 4823b07..f26e4fc 100644 --- a/version.properties +++ b/version.properties @@ -20,7 +20,7 @@ major = 6 minor = 0 -patch = 0 +patch = 1 base_version = ${major}.${minor}.${patch}