Top up version after release 77/112077/1
authorpwielebs <piotr.wielebski@nokia.com>
Thu, 3 Sep 2020 07:36:58 +0000 (09:36 +0200)
committerpwielebs <piotr.wielebski@nokia.com>
Thu, 3 Sep 2020 07:36:58 +0000 (09:36 +0200)
1.5.4 -> 1.5.5

Issue-ID: DCAEGEN2-2421
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Change-Id: I56980a7731e22c85d6ff2afa95176e8c532fc4cf

pom.xml
prh-app-server/pom.xml
prh-commons/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 1a314f0..00c683c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
 
   <groupId>org.onap.dcaegen2.services</groupId>
   <artifactId>prh</artifactId>
-  <version>1.5.4-SNAPSHOT</version>
+  <version>1.5.5-SNAPSHOT</version>
 
   <name>dcaegen2-services-prh</name>
   <description>PNF Registration Handler</description>
index 8761ddc..630a008 100644 (file)
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.onap.dcaegen2.services</groupId>
     <artifactId>prh</artifactId>
-    <version>1.5.4-SNAPSHOT</version>
+    <version>1.5.5-SNAPSHOT</version>
   </parent>
 
   <groupId>org.onap.dcaegen2.services.prh</groupId>
index 43e83c0..2061787 100644 (file)
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.onap.dcaegen2.services</groupId>
     <artifactId>prh</artifactId>
-    <version>1.5.4-SNAPSHOT</version>
+    <version>1.5.5-SNAPSHOT</version>
   </parent>
 
   <groupId>org.onap.dcaegen2.services.prh</groupId>
index b53fce2..af377bb 100644 (file)
@@ -1,6 +1,6 @@
 major=1
 minor=5
-patch=4
+patch=5
 base_version=${major}.${minor}.${patch}
 release_version=${base_version}
 snapshot_version=${base_version}-SNAPSHOT