Skip to content

Commit

Permalink
es 8.9.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-yuan committed Oct 15, 2023
1 parent 894b510 commit f22bf33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.ansj</groupId>
<artifactId>elasticsearch-analysis-ansj</artifactId>
<version>8.8.2.0</version>
<version>8.9.0.0</version>
<description>elasticsearch analysis by ansj</description>
<name>elasticsearch-analysis-ansj</name>
<url>http://maven.nlpcn.org</url>
Expand All @@ -14,7 +14,7 @@
<runSuite>**/MainTestSuite.class</runSuite>
<elasticsearch.plugin.name>elasticsearch-analysis-ansj</elasticsearch.plugin.name>
<elasticsearch.plugin.java.version>17</elasticsearch.plugin.java.version>
<elasticsearch.version>8.8.2</elasticsearch.version>
<elasticsearch.version>8.9.0</elasticsearch.version>
<elasticsearch.plugin.classname>org.ansj.elasticsearch.plugin.AnalysisAnsjPlugin</elasticsearch.plugin.classname>
</properties>

Expand Down

0 comments on commit f22bf33

Please sign in to comment.