From dca5220480fb7c45e9d098825597cc7d70608c6a Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 13 Apr 2018 15:55:51 -0400 Subject: Upgrade to SNAPSHOT 1.2.1 Issue-ID: POLICY-736 Change-Id: If5c959aa1c0a123c7fd9eee281e39e1d646b6b03 Signed-off-by: Pamela Dragosh --- BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java | 2 +- BRMSGateway/src/test/resources/config.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'BRMSGateway/src') diff --git a/BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java b/BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java index 63b6d2c9a..5a7b25ec3 100644 --- a/BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java +++ b/BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java @@ -118,7 +118,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.2.0-SNAPSHOT"; + private static final String DEFAULT_VERSION = "1.2.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 6ccfc4969..8eeb8116e 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.2.0-SNAPSHOT +brms.dependency.version=1.2.1-SNAPSHOT ENVIRONMENT = DEVL -- cgit 1.2.3-korg