diff options
author | aosull01 <adrian.osullivan@huawei.com> | 2021-01-25 17:08:30 +0000 |
---|---|---|
committer | aosull01 <adrian.osullivan@huawei.com> | 2021-01-25 17:08:30 +0000 |
commit | 979aaa6eab5754b1d9510f46310283bf838e3771 (patch) | |
tree | 66de430df59f569d02d48b3cd8b7276e30564989 | |
parent | 6ef5012dfc347cbb611221d8b75f202c9bc2d454 (diff) |
prepare first Honolulu image
Issue-ID: EXTAPI-551
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: I3e06f46990a4d0147d43f380904174ec1e657e42
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -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/ @@ -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} |