diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-10-15 15:09:54 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-10-15 15:09:54 -0500 |
commit | 94142eb801e1005088389cd54fd616d4e40bbbee (patch) | |
tree | 27af3386a7e007277b28dc1b8f88253cae4936a4 /BRMSGateway/src/main | |
parent | 8fe98c69244e6a1caa3af8d08b32071200dc9edd (diff) |
Update to latest versions
Issue-ID: POLICY-2171
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I5c25251f92c1c149af02a6ca348ccdf53fe10098
Diffstat (limited to 'BRMSGateway/src/main')
-rw-r--r-- | BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 ff2186107..4d5ebb7f1 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.2"; + private static final String DEFAULT_VERSION = "1.5.3"; 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"; |