aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraosull01 <adrian.osullivan@huawei.com>2021-01-25 17:08:30 +0000
committeraosull01 <adrian.osullivan@huawei.com>2021-01-25 17:08:30 +0000
commit979aaa6eab5754b1d9510f46310283bf838e3771 (patch)
tree66de430df59f569d02d48b3cd8b7276e30564989
parent6ef5012dfc347cbb611221d8b75f202c9bc2d454 (diff)
prepare first Honolulu image
Issue-ID: EXTAPI-551 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: I3e06f46990a4d0147d43f380904174ec1e657e42
-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 7c634e6..31839c3 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-7.0.2-SNAPSHOT.jar
+ARG PKG_FILENAME=nbi-rest-services-8.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 93e48d6..1fcbb46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.onap.externalapi-nbi</groupId>
<artifactId>nbi-rest-services</artifactId>
- <version>7.0.2-SNAPSHOT</version>
+ <version>8.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>externalapi-nbi</name>
diff --git a/version.properties b/version.properties
index 4fa3e32..d947d28 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 = 7
+major = 8
minor = 0
-patch = 2
+patch = 0
base_version = ${major}.${minor}.${patch}