From 34d39e9f96bdb9555cb4235fb91b030ad93afc0d Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Sat, 18 Nov 2017 18:38:53 -0800 Subject: [PATCH] Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: I95eba101b459e466bebca385c7a5ea1b686da0bb Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- config/pe/brmsgw.conf | 2 +- pom.xml | 2 +- version.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/pe/brmsgw.conf b/config/pe/brmsgw.conf index 99c7b561..31bd32ee 100644 --- a/config/pe/brmsgw.conf +++ b/config/pe/brmsgw.conf @@ -49,5 +49,5 @@ BRMS_UEB_API_KEY= BRMS_UEB_API_SECRET= #Dependency.json file version -BRMS_DEPENDENCY_VERSION=1.1.2 +BRMS_DEPENDENCY_VERSION=1.2.0 diff --git a/pom.xml b/pom.xml index 1ef89ef0..68b11f4f 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.docker docker - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT pom Policy Engine - Docker build ONAP Policy Docker Build diff --git a/version.properties b/version.properties index c0fa9d52..faf06bbb 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 -patch=2 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6