From 70c3c869fb7be5155545ba8c3e863f073247fb3d Mon Sep 17 00:00:00 2001 From: Tommy Carpenter Date: Fri, 6 Oct 2017 09:48:12 -0400 Subject: Update build to proper version Issue-ID: DCAEGEN2-60 Change-Id: Ia5eb45da7cef9b79a004ddae43e8c905534591dd Signed-off-by: Tommy Carpenter --- pom.xml | 6 +++--- version.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7395527..aaeca9d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,15 +21,15 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. 4.0.0 - org.onap.oparent - oparent + org.onap.dcaegen2 + dcaegen2 1.0.0-SNAPSHOT org.onap.dcaegen2.platform configbinding dcaegen2-platform-configbinding - 1.0.0-SNAPSHOT + 1.2.0 http://maven.apache.org UTF-8 diff --git a/version.properties b/version.properties index 73415a7..07578e5 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- cgit 1.2.3-korg