aboutsummaryrefslogtreecommitdiffstats
path: root/BRMSGateway/src/main/java/org/onap/policy
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-01-13 18:21:49 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-01-13 18:58:28 -0500
commit11871d2b3ecd2806f37fdbea645bdaaab9273508 (patch)
treed3b8b0b831d213f389663c6320c26efe154579d3 /BRMSGateway/src/main/java/org/onap/policy
parent676d7d8dc9985e93d7c9cbc0412a26f2b19c23cd (diff)
Bump up artifacts version to 1.1.3-SNAPSHOTv1.1.31.0.1-ONAP1.0.1-Amsterdam
Change-Id: I87f68c3e69d9b86152829c2bce5137593b4088dc Issue-ID: POLICY-486 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'BRMSGateway/src/main/java/org/onap/policy')
-rw-r--r--BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java2
1 files changed, 1 insertions, 1 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 8185f2d46..0c104bc14 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.2-SNAPSHOT";
+ private static final String DEFAULT_VERSION = "1.1.3-SNAPSHOT";
private static final String DEPENDENCY_FILE = "dependency.json";
private static final String BRMSPERSISTENCE = "brmsEclipselink.persistencexml";