aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Mayer <am803u@att.com>2019-08-01 13:46:27 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-01 13:46:27 +0000
commit9856ecbcee2c3714d0038cbbd6b7fbd6a2556a5a (patch)
tree08a415d78035a180c41388b249df447b784371f5
parent8f1a8d9cfacb56136284fdc72e2d9c5f3bcf345b (diff)
parent1f803aa17d53e35c384e93075acb3b4a680826a8 (diff)
Merge "Update the version as per Jims request, El Alto Early drop 5.0.0"
-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 e740c00..e007cdf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@
FROM openjdk:11-jre-slim
ARG SERVER_PORT
-ARG PKG_FILENAME=nbi-rest-services-4.0.1-SNAPSHOT.jar
+ARG PKG_FILENAME=nbi-rest-services-5.0.0-SNAPSHOT.jar
ADD target/$PKG_FILENAME app.jar
RUN addgroup appgroup && useradd -ms /bin/bash appuser && adduser appuser appgroup && mkdir temptoscafile && chown appuser:appgroup temptoscafile/
diff --git a/pom.xml b/pom.xml
index 43fefff..f5136db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
<groupId>org.onap.externalapi-nbi</groupId>
<artifactId>nbi-rest-services</artifactId>
- <version>4.0.1-SNAPSHOT</version>
+ <version>5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>externalapi-nbi</name>
diff --git a/version.properties b/version.properties
index 54c8963..8d81bf9 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 = 4
+major = 5
minor = 0
-patch = 1
+patch = 0
base_version = ${major}.${minor}.${patch}