aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2021-08-16 09:39:00 +0200
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2021-08-16 07:58:26 +0000
commit75a6223ef340869511e5a6d5f423aeecebaaa057 (patch)
treeb61eb34854bfcefecaee4dc26150b4f131d97ff4
parentdfda8cd0d3f08ff700687011bfc800ce6dd4373b (diff)
Update latest image tag on honolulu branchhonolulu
Issue-ID: DCAEGEN2-1531 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I2697da9848581ea57e0d0ca41a961a226f5ea7bb
-rw-r--r--Changelog.md4
-rw-r--r--pom.xml2
-rw-r--r--prh-app-server/pom.xml4
-rw-r--r--prh-commons/pom.xml2
4 files changed, 8 insertions, 4 deletions
diff --git a/Changelog.md b/Changelog.md
index 444ed1a5..cacf55a0 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [1.5.7]
+### Changed
+- Updated image tag to honolulu-latest
+
## [1.5.6] - 10/02/2021
### Changed
- Updated to use DCAE-SDK 1.6.0
diff --git a/pom.xml b/pom.xml
index 5e4652d7..591e7e5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>prh</artifactId>
- <version>1.5.6-SNAPSHOT</version>
+ <version>1.5.7-SNAPSHOT</version>
<name>dcaegen2-services-prh</name>
<description>PNF Registration Handler</description>
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml
index 2589c86e..526f5a34 100644
--- a/prh-app-server/pom.xml
+++ b/prh-app-server/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>prh</artifactId>
- <version>1.5.6-SNAPSHOT</version>
+ <version>1.5.7-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.services.prh</groupId>
@@ -189,7 +189,7 @@
<contextDir>${project.basedir}</contextDir>
<cleanup>none</cleanup>
<tags>
- <tag>latest</tag>
+ <tag>honolulu-latest</tag>
<tag>${project.version}</tag>
<tag>${project.version}-${maven.build.timestamp}Z</tag>
</tags>
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml
index 8de00baa..d8601fd5 100644
--- a/prh-commons/pom.xml
+++ b/prh-commons/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>prh</artifactId>
- <version>1.5.6-SNAPSHOT</version>
+ <version>1.5.7-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.services.prh</groupId>