From cae7837221b1f313b7047ac5135522a82f1aebc9 Mon Sep 17 00:00:00 2001 From: Gerard Hickey Date: Thu, 11 Jul 2019 09:46:59 +0100 Subject: JJB alignment across DCAE components - DCAE restconf Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey Change-Id: Id87f8bcbe908e5fe76d1058d175547e8a9b882b4 --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 911a672..7bd3c9b 100644 --- a/pom.xml +++ b/pom.xml @@ -21,12 +21,12 @@ limitations under the License. org.onap.oparent oparent - 1.2.0 + 2.0.0 org.onap.dcaegen2.collectors.restconf restconfcollector - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT dcaegen2-collectors-restconf RestConfCollector diff --git a/version.properties b/version.properties index 00ef564..755adf7 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg