aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2022-05-08 21:18:21 +0200
committerLukasz Rajewski <lukasz.rajewski@orange.com>2022-05-08 21:18:46 +0200
commit85e09d91e5a031a929b8153c04f3d05ebf991e4c (patch)
treeaad7a540bbe0e988d2432f2b552ae31074c916f9
parent1042db9b6106f50ead940a602015f1ba0fc232a5 (diff)
Add release 10.0.0
Add new release to include patch correction for slicing use-case Issue-ID: EXTAPI-603 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I8d540fbaf3b4bdcc1b7be65db63d02465952841b
-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 aad733a..d7d597b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,7 @@ FROM nexus3.onap.org:10001/onap/integration-java11
USER onap
ARG SERVER_PORT
-ARG PKG_FILENAME=nbi-rest-services-8.0.1-SNAPSHOT.jar
+ARG PKG_FILENAME=nbi-rest-services-10.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 f97a33c..9529999 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.onap.externalapi-nbi</groupId>
<artifactId>nbi-rest-services</artifactId>
- <version>8.0.1-SNAPSHOT</version>
+ <version>10.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>externalapi-nbi</name>
diff --git a/version.properties b/version.properties
index 8324f39..46c6674 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 = 8
+major = 10
minor = 0
-patch = 1
+patch = 0
base_version = ${major}.${minor}.${patch}