Skip to content

Commit

Permalink
Update to Elastic 7.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lutz committed Oct 8, 2020
1 parent e515ba8 commit c079d9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extra-analysis-esperanto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikimedia.search</groupId>
<artifactId>extra-analysis</artifactId>
<version>7.8.0.0-SNAPSHOT</version>
<version>7.9.1.0-SNAPSHOT</version>
</parent>

<artifactId>extra-analysis-esperanto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extra-analysis-serbian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikimedia.search</groupId>
<artifactId>extra-analysis</artifactId>
<version>7.8.0.0-SNAPSHOT</version>
<version>7.9.1.0-SNAPSHOT</version>
</parent>

<artifactId>extra-analysis-serbian</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.wikimedia.search</groupId>
<artifactId>extra-analysis</artifactId>
<version>7.8.0.0-SNAPSHOT</version>
<version>7.9.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Elasticsearch extra plugins (GPL)</name>
<description>Extra (GPL) Analysis Modules for Elasticsearch.</description>
Expand Down Expand Up @@ -41,10 +41,10 @@
</issueManagement>

<properties>
<elasticsearch.version>7.8.0</elasticsearch.version>
<elasticsearch.version>7.9.1</elasticsearch.version>
<hamcrest.version>2.2</hamcrest.version>
<log4j.version>2.13.3</log4j.version>
<lucene.version>8.5.1</lucene.version>
<lucene.version>8.6.2</lucene.version>
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit c079d9a

Please sign in to comment.