From 654b66bb0441dbe8bc915bf7de5e1b6ba150ce68 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 20 May 2020 17:38:42 -0400 Subject: Point to released artifacts Issue-ID: POLICY-2514 Change-Id: Ic0d839f4f6270ffe6e6dfe8a92916b5912f2f501 Signed-off-by: Pamela Dragosh --- 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/onap') 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 e321811a3..96eb0d782 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.6.3-SNAPSHOT"; + private static final String DEFAULT_VERSION = "1.6.4"; 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