From: Gerard Hickey Date: Tue, 18 Jun 2019 07:03:48 +0000 (+0100) Subject: JJB alignment across DCAE components - DCAE-Servicechange Handler X-Git-Tag: 1.3.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F90057%2F1;p=dcaegen2%2Fplatform%2Fservicechange-handler.git JJB alignment across DCAE components - DCAE-Servicechange Handler Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey Change-Id: I28ce5ff2cd9b5999fdaa4de4c770e3dd31bd74de --- diff --git a/pom.xml b/pom.xml index bdd2703..05c7056 100644 --- a/pom.xml +++ b/pom.xml @@ -23,13 +23,13 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.oparent oparent - 1.2.0 + 2.0.0 org.onap.dcaegen2.platform servicechange-handler - 1.1.5 + 1.2.0 jar @@ -122,7 +122,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. dependency - ${project.artifactId} + ${project.artifactId} diff --git a/version.properties b/version.properties index dba81ff..00ef564 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ -major=1 -minor=1 -patch=5 -base_version=${major}.${minor}.${patch} -release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT +major=1 +minor=2 +patch=0 +base_version=${major}.${minor}.${patch} +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT