diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-02-26 07:45:26 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-02-26 08:02:48 -0500 |
commit | e1b6c5ee7c5a5ecf5c985c5d124a315f99956199 (patch) | |
tree | 4b569b991787de8c864123b26a487ccd2c3947af /TestSuite | |
parent | 30d6815613ee8fc5c9ae838c525313f25ea4ba50 (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 'TestSuite')
-rw-r--r-- | TestSuite/Performance/pom.xml | 2 | ||||
-rw-r--r-- | TestSuite/Stability/pom.xml | 2 | ||||
-rw-r--r-- | TestSuite/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/TestSuite/Performance/pom.xml b/TestSuite/Performance/pom.xml index 7171215d4..0e32ba87b 100644 --- a/TestSuite/Performance/pom.xml +++ b/TestSuite/Performance/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>TestSuite</artifactId> - <version>1.3.5-SNAPSHOT</version> + <version>1.3.6-SNAPSHOT</version> </parent> <artifactId>Performance</artifactId> <properties> diff --git a/TestSuite/Stability/pom.xml b/TestSuite/Stability/pom.xml index 45fa7c48f..c8242922a 100644 --- a/TestSuite/Stability/pom.xml +++ b/TestSuite/Stability/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>TestSuite</artifactId> - <version>1.3.5-SNAPSHOT</version> + <version>1.3.6-SNAPSHOT</version> </parent> <artifactId>Stability</artifactId> <properties> diff --git a/TestSuite/pom.xml b/TestSuite/pom.xml index 53b02ab0f..394204189 100644 --- a/TestSuite/pom.xml +++ b/TestSuite/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.3.5-SNAPSHOT</version> + <version>1.3.6-SNAPSHOT</version> </parent> <artifactId>TestSuite</artifactId> <packaging>pom</packaging> |