From 68918a47dc33926ec3b280c7e44693465f06718d Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Fri, 17 Nov 2017 11:52:46 -0800 Subject: [PATCH] Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: I69d3eea9b35b49ee44699c21be9ee0ebb3eacf8c 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 14041d9..41ad333 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ org.onap.oparent oparent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT org.onap.dcaegen2.platform servicechange-handler - 1.0.0 + 1.1.0 jar diff --git a/version.properties b/version.properties index 1b04310..73415a7 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- 2.16.6