aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieuGeerebaert <matthieu.geerebaert@orange.com>2018-10-09 17:05:52 +0200
committerMatthieuGeerebaert <matthieu.geerebaert@orange.com>2018-10-09 17:27:13 +0200
commitd7609a6d408a7680769ed808d59bf35987e1aeda (patch)
tree2cd7a1f38fd0d95152c5730fd9cb66ea0e865f57
parentf6379fbb659fd22a581a9191b97d235c82b9b745 (diff)
java staging 3.0.1
Create java staging artefact Change-Id: Ibabe3fd7c4e953c2c2f7357fa4202523366d7b3d Issue-ID: EXTAPI-155 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
-rw-r--r--Dockerfile2
-rw-r--r--pom.xml2
-rw-r--r--version.properties3
3 files changed, 4 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index ccf2531..8b83f9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@
FROM openjdk:8-jre-alpine
ARG SERVER_PORT
-ARG PKG_FILENAME=nbi-rest-services-3.0.0-SNAPSHOT.jar
+ARG PKG_FILENAME=nbi-rest-services-3.0.1-STAGING.jar
ADD target/$PKG_FILENAME app.jar
COPY src/main/resources/certificate /certs
diff --git a/pom.xml b/pom.xml
index 3019092..4247d0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.onap.externalapi-nbi</groupId>
<artifactId>nbi-rest-services</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.1-STAGING</version>
<packaging>jar</packaging>
<name>externalapi-nbi</name>
diff --git a/version.properties b/version.properties
index 8c41eda..fb5c330 100644
--- a/version.properties
+++ b/version.properties
@@ -20,10 +20,11 @@
major=3
minor=0
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
# Release must be completed with git revision # in Jenkins
release_version=${base_version}
+staging_version=${base_version}-STAGING
snapshot_version=${base_version}-SNAPSHOT