summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/data-provider/provider
diff options
context:
space:
mode:
authorMichael DÜrre <michael.duerre@highstreet-technologies.com>2020-11-19 15:40:16 +0100
committerMichael DÜrre <michael.duerre@highstreet-technologies.com>2020-11-19 15:40:31 +0100
commitf88794b887842911b30a75afc53f87f660d1c1e7 (patch)
tree5fb23c62c851a031824366ffc2ad37e068be0096 /sdnr/wt/data-provider/provider
parent799548ca5bc35ef26ab6a6498cb10fb22fcb1d8e (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/data-provider/provider')
-rw-r--r--sdnr/wt/data-provider/provider/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/sdnr/wt/data-provider/provider/pom.xml b/sdnr/wt/data-provider/provider/pom.xml
index 97c04d564..da9d69532 100644
--- a/sdnr/wt/data-provider/provider/pom.xml
+++ b/sdnr/wt/data-provider/provider/pom.xml
@@ -155,8 +155,6 @@
<argument>${basedir}/../../data-provider/setup/target/sdnr-dmt.jar</argument>
<argument>-c</argument>
<argument>pluginfile</argument>
- <argument>-v</argument>
- <argument>v3</argument>
<argument>-of</argument>
<argument>${project.build.directory}/EsInit.script</argument>
</arguments>
@@ -172,7 +170,7 @@
<clusterName>testCluster</clusterName>
<transportPort>9500</transportPort>
<httpPort>${databaseport}</httpPort>
- <version>7.6.1</version>
+ <version>7.9.3</version>
<timeout>120</timeout>
<pathInitScript>${project.build.directory}/EsInit.script</pathInitScript>
</configuration>