Skip to content

Commit 0c2257f

Browse files
committed
elasticsearch 7.9.0
1 parent 60521c9 commit 0c2257f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.codelibs</groupId>
55
<artifactId>elasticsearch-dataformat</artifactId>
6-
<version>7.8.1-SNAPSHOT</version>
6+
<version>7.9.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>Elasticsearch Data Format</name>
99
<description>This plugin provides several response formats.</description>
@@ -27,7 +27,7 @@
2727
<version>9</version>
2828
</parent>
2929
<properties>
30-
<elasticsearch.version>7.8.1</elasticsearch.version>
30+
<elasticsearch.version>7.9.0</elasticsearch.version>
3131
<elasticsearch.plugin.classname>org.codelibs.elasticsearch.df.DataFormatPlugin</elasticsearch.plugin.classname>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)