From d05d3f159db3e26c7dd66c5b2a2bc4783e25bea4 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 16 Nov 2017 16:38:59 -0800 Subject: [PATCH] Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: If5bc82d9e2f31ca86fb8c6e164a5e104aeed8b4c 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 15c10f6..0830374 100644 --- a/pom.xml +++ b/pom.xml @@ -4,13 +4,13 @@ org.onap.oparent oparent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT org.onap.aai.router-core router-core bundle - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT aai-router-core google_checks.xml diff --git a/version.properties b/version.properties index 7f86aa1..faf06bb 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6