From b0da16e3766344fc1ba180a4b9a673cecf92ba6e Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 20 Nov 2017 14:56:39 -0800 Subject: Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: Ib3aad7132870e203eccfac0dfae065cabf817256 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index aaeca9d..ea1ccba 100644 --- a/pom.xml +++ b/pom.xml @@ -21,9 +21,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. 4.0.0 - org.onap.dcaegen2 + org.onap dcaegen2 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT org.onap.dcaegen2.platform diff --git a/version.properties b/version.properties index 07578e5..f520c97 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=2 +minor=3 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- cgit 1.2.3-korg