aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
3 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 11e2eee..27c7810 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.3-SNAPSHOT.jar
+ARG PKG_FILENAME=nbi-rest-services-7.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 9f8e3a9..644414d 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.3-SNAPSHOT</version>
+ <version>7.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>externalapi-nbi</name>
diff --git a/version.properties b/version.properties
index 16dbf04..0b7b209 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 = 6
+major = 7
minor = 0
-patch = 3
+patch = 0
base_version = ${major}.${minor}.${patch}