From: Gerard Hickey Date: Thu, 11 Jul 2019 11:50:10 +0000 (+0100) Subject: JJB alignment across DCAE components - DCAE PRH X-Git-Tag: 1.3.1~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F91249%2F2;p=dcaegen2%2Fservices%2Fprh.git JJB alignment across DCAE components - DCAE PRH Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey Change-Id: I6dfd9b1b9549e177f65b8dda372d24be118f0a05 --- diff --git a/pom.xml b/pom.xml index 9179e551..6a20eb96 100644 --- a/pom.xml +++ b/pom.xml @@ -26,13 +26,13 @@ org.onap.oparent oparent - 1.2.2 + 2.0.0 org.onap.dcaegen2.services prh - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT dcaegen2-services-prh PNF Registration Handler diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index e065a79f..755b72d5 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -26,7 +26,7 @@ org.onap.dcaegen2.services prh - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT org.onap.dcaegen2.services.prh diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index 02136961..7c53880a 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/pom.xml @@ -26,7 +26,7 @@ org.onap.dcaegen2.services prh - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT org.onap.dcaegen2.services.prh diff --git a/version.properties b/version.properties index f520c971..fee49286 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ -major=1 -minor=3 -patch=0 -base_version=${major}.${minor}.${patch} -release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT +major=1 +minor=3 +patch=1 +base_version=${major}.${minor}.${patch} +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT