diff options
author | Marco Platania <platania@research.att.com> | 2018-01-13 18:21:49 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-01-13 18:58:28 -0500 |
commit | 11871d2b3ecd2806f37fdbea645bdaaab9273508 (patch) | |
tree | d3b8b0b831d213f389663c6320c26efe154579d3 /BRMSGateway/src | |
parent | 676d7d8dc9985e93d7c9cbc0412a26f2b19c23cd (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')
-rw-r--r-- | BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java | 2 | ||||
-rw-r--r-- | BRMSGateway/src/test/resources/config.properties | 2 |
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 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"; diff --git a/BRMSGateway/src/test/resources/config.properties b/BRMSGateway/src/test/resources/config.properties index fbcdaf910..f5f3d08ce 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.2-SNAPSHOT +brms.dependency.version=1.1.3-SNAPSHOT ENVIRONMENT = DEVL |