From 950f9e1ca067c45ba74933030ebf715206bb6017 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Mon, 29 Apr 2019 10:51:53 -0400 Subject: Prepare for release Prepare ccsdk/utils for release by rolling to new version 1.2.0 Change-Id: I5817f7d58f6f71255985273c23512d17f984cd95 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) --- pom.xml | 4 ++-- version.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 08d50d3..79b71ce 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ pom org.onap.ccsdk.utils utils - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT ccsdk-utils CCSDK Utilities @@ -14,6 +14,6 @@ org.onap.oparent oparent - 1.2.0 + 1.2.3 diff --git a/version.properties b/version.properties index b5d10a7..55f9564 100644 --- a/version.properties +++ b/version.properties @@ -5,8 +5,8 @@ release_name=1 -sprint_number=1 -feature_revision=1 +sprint_number=2 +feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} -- cgit 1.2.3-korg