From: Jessica Wagantall Date: Sun, 19 Nov 2017 02:38:53 +0000 (-0800) Subject: Bump minor version X-Git-Tag: v1.2.3~31 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F24289%2F2;p=policy%2Fdocker.git Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: I95eba101b459e466bebca385c7a5ea1b686da0bb Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- 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}