aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/pe/brmsgw.conf2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
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 @@
<groupId>org.onap.policy.docker</groupId>
<artifactId>docker</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Policy Engine - Docker build</name>
<description>ONAP Policy Docker Build</description>
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}