aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
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 @@
<groupId>org.onap.externalapi-nbi</groupId>
<artifactId>nbi-rest-services</artifactId>
- <version>6.0.0-SNAPSHOT</version>
+ <version>6.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>externalapi-nbi</name>
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}