summaryrefslogtreecommitdiffstats
path: root/BRMSGateway/src
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-11-15 12:03:03 -0500
committerDaniel Cruz <dc443y@att.com>2017-11-20 19:29:35 +0000
commit49c757671447bdb4e7c47e35decf3cce0489297f (patch)
treea216d9373265cc77960c2003cdc428f96c3e40c5 /BRMSGateway/src
parent0c8e3b3b681fe38b002db34058d5e083951d2c2d (diff)
Update to v1.1.2-SNAPSHOT
Release 1.1.1, moving patch to 1.1.2 Issue-ID: POLICY-436 Change-Id: Iabde3e56c04c68ca966efde09b5780e6275cb8a8 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> (cherry picked from commit f842f2075cd9b845e9120f6b7ce34e2858e791f0)
Diffstat (limited to 'BRMSGateway/src')
-rw-r--r--BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java2
-rw-r--r--BRMSGateway/src/test/resources/config.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java b/BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java
index 0842a409a..8185f2d46 100644
--- a/BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java
+++ b/BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java
@@ -107,7 +107,7 @@ public class BRMSPush {
private static final Logger LOGGER = FlexLogger.getLogger(BRMSPush.class.getName());
private static final String PROJECTSLOCATION = "RuleProjects";
private static final String[] GOALS = { "clean", "deploy" };
- private static final String DEFAULT_VERSION = "1.1.1-SNAPSHOT";
+ private static final String DEFAULT_VERSION = "1.1.2-SNAPSHOT";
private static final String DEPENDENCY_FILE = "dependency.json";
private static final String BRMSPERSISTENCE = "brmsEclipselink.persistencexml";
diff --git a/BRMSGateway/src/test/resources/config.properties b/BRMSGateway/src/test/resources/config.properties
index b86d8aed2..fbcdaf910 100644
--- a/BRMSGateway/src/test/resources/config.properties
+++ b/BRMSGateway/src/test/resources/config.properties
@@ -81,6 +81,6 @@ ping_interval=30000
#
#
#
-brms.dependency.version=1.1.1-SNAPSHOT
+brms.dependency.version=1.1.2-SNAPSHOT
ENVIRONMENT = DEVL