Skip to content

Commit

Permalink
LRQA-56426 Update Elasticsearch to 7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda Sui authored and brianchandotcom committed Mar 12, 2020
1 parent e551cd8 commit 2e248d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-test-elasticsearch7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ xpack.security.transport.ssl.verification_mode: certificate</echo>
<var name="elasticsearch.analysis-stempel.zip.name" unset="true" />
<var name="elasticsearch.analysis-stempel.zip.url" unset="true" />

<property name="elasticsearch.version" value="7.6.0" />
<property name="elasticsearch.version" value="7.6.1" />
<property name="elastic.kibana.dir" value="${app.server.parent.dir}/kibana-${elasticsearch.version}" />
<property name="elastic.kibana.tar.name.linux" value="kibana-${elasticsearch.version}-linux-x86_64.tar.gz" />
<property name="elastic.kibana.tar.name.mac" value="kibana-${elasticsearch.version}-darwin-x86_64.tar.gz" />
Expand Down
4 changes: 2 additions & 2 deletions test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@
elasticsearch.zip.url=https://artifacts.elastic.co/downloads/elasticsearch/${elasticsearch.zip.name}

#
# Uncommment the following lines to deploy Elasticsearch 7.6.0 instead of
# Uncommment the following lines to deploy Elasticsearch 7.6.1 instead of
# Elasticsearch 6.8.7.
#
#elastic.kibana.dir=${app.server.parent.dir}/kibana-${elasticsearch.version}
Expand All @@ -643,7 +643,7 @@
#elastic.kibana.zip.name.windows=kibana-${elasticsearch.version}-windows-x86_64.zip
#elastic.kibana.zip.url.windows=https://artifacts.elastic.co/downloads/kibana/${elastic.kibana.zip.name.windows}

#elasticsearch.version=7.6.0
#elasticsearch.version=7.6.1
#elasticsearch.dir=${app.server.parent.dir}/elasticsearch-${elasticsearch.version}
#elasticsearch.analysis-icu.zip.name=analysis-icu-${elasticsearch.version}.zip
#elasticsearch.analysis-icu.zip.url=https://artifacts.elastic.co/downloads/elasticsearch-plugins/analysis-icu/${elasticsearch.analysis-icu.zip.name}
Expand Down

0 comments on commit 2e248d7

Please sign in to comment.