From 8bfbc4b6241d21252cd98d653f0860a58e64dcc2 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 1 Jul 2019 14:22:12 -0400 Subject: Bump engine 1.5.1-SNAPSHOT Released 1.5.0 Fixed compilation issue related with version upgrade of policy/common. Issue-ID: POLICY-1737 Change-Id: Ib2f56e8ffcb4b399dbe4a5453b70da10b0f87985 Signed-off-by: Pamela Dragosh Signed-off-by: Jim Hahn --- BRMSGateway/config.properties | 2 +- BRMSGateway/pom.xml | 2 +- BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java | 2 +- BRMSGateway/src/test/resources/config.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'BRMSGateway') diff --git a/BRMSGateway/config.properties b/BRMSGateway/config.properties index 604faada4..81f3a3083 100644 --- a/BRMSGateway/config.properties +++ b/BRMSGateway/config.properties @@ -77,7 +77,7 @@ ping_interval=30000 # # # -brms.dependency.version=1.5.0-SNAPSHOT +brms.dependency.version=1.5.1-SNAPSHOT ENVIRONMENT = DEVL diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 189cd364a..eccf483b8 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT BRMSGateway This application will take in BRMS rules and acts as interface between PR and PDP XACML 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 861bf7b95..26e1b5aa1 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 @@ -117,7 +117,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.5.0-SNAPSHOT"; + private static final String DEFAULT_VERSION = "1.5.1-SNAPSHOT"; private static final String DEPENDENCY_FILE = "dependency.json"; private static final String PROP_AES_KEY = "org.onap.policy.encryption.aes.key"; public static final String BRMSPERSISTENCE = "brmsEclipselink.persistencexml"; diff --git a/BRMSGateway/src/test/resources/config.properties b/BRMSGateway/src/test/resources/config.properties index 501adaaec..1a83ead3d 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.5.0-SNAPSHOT +brms.dependency.version=1.5.1-SNAPSHOT ENVIRONMENT = DEVL -- cgit 1.2.3-korg