From 845baeb94a6c19fcd3fc7d40bcd847b004f246fa Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 15 Nov 2017 12:04:20 -0500 Subject: [PATCH] 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 a84128ed..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.0 +BRMS_DEPENDENCY_VERSION=1.1.2 diff --git a/pom.xml b/pom.xml index 89ea3925..7648bfc8 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.docker docker - 1.1.0-SNAPSHOT + 1.1.2-SNAPSHOT pom Policy Engine - Docker build ONAP Policy Docker Build diff --git a/version.properties b/version.properties index 7f86aa15..c0fa9d52 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=1 -patch=0 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6