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/src/main/java/org/onap/policy/brms/api/BrmsPush.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BRMSGateway/src/main/java/org') 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"; -- cgit 1.2.3-korg