From 18915e2b8f282ab07b02eec6feb12f6790f58b8e Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 15 Nov 2017 12:04:20 -0500 Subject: Update to use 1.1.2-SNAPSHOT Release 1.1.1, update to 1.1.2 Issue-ID: POLICY-436 Change-Id: I516e4644e759dc96712b5d7444ae700a21544592 Signed-off-by: Pamela Dragosh --- config/pe/brmsgw.conf | 2 +- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/pe/brmsgw.conf b/config/pe/brmsgw.conf index 70d8bbb6..99c7b561 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.1 +BRMS_DEPENDENCY_VERSION=1.1.2 diff --git a/pom.xml b/pom.xml index 0450aaf9..1ef89ef0 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.docker docker - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT pom Policy Engine - Docker build ONAP Policy Docker Build diff --git a/version.properties b/version.properties index 55fbf441..c0fa9d52 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit