From 530ebb147a6b631d356d99754cc33ca9e41f8ed9 Mon Sep 17 00:00:00 2001 From: aosull01 Date: Wed, 26 Aug 2020 17:51:03 +0100 Subject: [PATCH] update to 7.0.1 Issue-ID: EXTAPI-504 Signed-off-by: aosull01 Change-Id: I24b0f72cc4e3fb44fbe3312e056ce6a9ebd3d0a4 --- Dockerfile | 2 +- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 27c7810..15417aa 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.0-SNAPSHOT.jar +ARG PKG_FILENAME=nbi-rest-services-7.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 af14eb2..c2e939d 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.externalapi-nbi nbi-rest-services - 7.0.0-SNAPSHOT + 7.0.1-SNAPSHOT jar externalapi-nbi diff --git a/version.properties b/version.properties index 0b7b209..1eb9fc3 100644 --- a/version.properties +++ b/version.properties @@ -20,7 +20,7 @@ major = 7 minor = 0 -patch = 0 +patch = 1 base_version = ${major}.${minor}.${patch} -- 2.16.6