aboutsummaryrefslogtreecommitdiffstats
path: root/BRMSGateway/src
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-02-26 07:45:26 -0500
committerPamela Dragosh <pdragosh@research.att.com>2019-02-26 08:02:48 -0500
commite1b6c5ee7c5a5ecf5c985c5d124a315f99956199 (patch)
tree4b569b991787de8c864123b26a487ccd2c3947af /BRMSGateway/src
parent30d6815613ee8fc5c9ae838c525313f25ea4ba50 (diff)
Upgrade elasticsearch 6.4.3
Unable to cherry-pick, so making a new review. And need to upgrade the version. This upgrade fixes a few security issues as described in the JIRA. Issue-ID: POLICY-1538 Change-Id: I467acbb1dce1a922b13a521e9dd40477c012b409 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'BRMSGateway/src')
-rw-r--r--BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java2
-rw-r--r--BRMSGateway/src/test/resources/config.properties2
2 files changed, 2 insertions, 2 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 4a0f2f0eb..6dca12795 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.3.5-SNAPSHOT";
+ private static final String DEFAULT_VERSION = "1.3.6-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 b47a698c7..67368cab8 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.3.5-SNAPSHOT
+brms.dependency.version=1.3.6-SNAPSHOT
ENVIRONMENT = DEVL