From: Marco Platania Date: Mon, 15 Jan 2018 14:08:22 +0000 (-0500) Subject: Bump up Policy config version number X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F28185%2F1;p=policy%2Fdocker.git Bump up Policy config version number Change-Id: Id7ae3c27cdb61d7bb4084aea38dd7872959222a8 Issue-ID: POLICY-486 Signed-off-by: Marco Platania --- diff --git a/config/pe/brmsgw.conf b/config/pe/brmsgw.conf index 99c7b561..ab536242 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.1.3 diff --git a/pom.xml b/pom.xml index 7648bfc8..459eee6d 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.docker docker - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT pom Policy Engine - Docker build ONAP Policy Docker Build diff --git a/version.properties b/version.properties index c0fa9d52..0a101fb2 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=1 -patch=2 +patch=3 base_version=${major}.${minor}.${patch}