Skip to content

Commit

Permalink
opensearch 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Sep 21, 2024
1 parent 82524f8 commit 2fb1649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.codelibs.opensearch</groupId>
<artifactId>opensearch-configsync</artifactId>
<version>2.16.1-SNAPSHOT</version>
<version>2.17.0-SNAPSHOT</version>
<packaging>jar</packaging>
<description>This plugin provides a feature to analyze texts.</description>
<inceptionYear>2011</inceptionYear>
Expand All @@ -27,8 +27,8 @@
<version>9</version>
</parent>
<properties>
<opensearch.version>2.16.0</opensearch.version>
<opensearch.runner.version>2.16.0.0</opensearch.runner.version>
<opensearch.version>2.17.0</opensearch.version>
<opensearch.runner.version>2.17.0.0</opensearch.runner.version>
<opensearch.plugin.classname>org.codelibs.opensearch.configsync.ConfigSyncPlugin</opensearch.plugin.classname>
<maven.compiler.target>11</maven.compiler.target>
<log4j.version>2.21.0</log4j.version>
Expand Down

0 comments on commit 2fb1649

Please sign in to comment.