summaryrefslogtreecommitdiffstats
path: root/BRMSGateway/src
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-11-09 03:27:04 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-09 03:27:04 +0000
commitacd8d1dd8a27543e00fd0ee53cb1fa91d7de48ff (patch)
tree750354b29e4cfc95486916c4d9103dfe45041f2d /BRMSGateway/src
parentf21acf758b34ba665aced6c3873b344c7fcf315a (diff)
parentbb9c33b1a81e16f08c4a9642be32f342fa91c296 (diff)
Merge "Update SNAPSHOT version"
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 266e090a2..0842a409a 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.0-SNAPSHOT";
+ private static final String DEFAULT_VERSION = "1.1.1-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 8c46ec277..b86d8aed2 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.0-SNAPSHOT
+brms.dependency.version=1.1.1-SNAPSHOT
ENVIRONMENT = DEVL