diff options
author | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2020-11-19 15:40:16 +0100 |
---|---|---|
committer | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2020-11-19 15:40:31 +0100 |
commit | f88794b887842911b30a75afc53f87f660d1c1e7 (patch) | |
tree | 5fb23c62c851a031824366ffc2ad37e068be0096 /sdnr/wt/common/pom.xml | |
parent | 799548ca5bc35ef26ab6a6498cb10fb22fcb1d8e (diff) |
adapt ES version to 7.9.x
add new ES mapping for honolulu
Issue-ID: SDNC-1411
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: I477f87cd5b6da564663b6677e3cd94afef4dd1a6
Diffstat (limited to 'sdnr/wt/common/pom.xml')
-rw-r--r-- | sdnr/wt/common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/common/pom.xml b/sdnr/wt/common/pom.xml index 2698c3a2a..a1b54af6e 100644 --- a/sdnr/wt/common/pom.xml +++ b/sdnr/wt/common/pom.xml @@ -120,7 +120,7 @@ <clusterName>testCluster</clusterName> <transportPort>9500</transportPort> <httpPort>${databaseport}</httpPort> - <version>7.1.1</version> + <version>7.9.3</version> <timeout>120</timeout> </configuration> <executions> |