Skip to content

Commit

Permalink
Auto-update Elasticsearch to 7.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Server committed Sep 2, 2021
1 parent 343f31c commit 55e519e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>rosette-elasticsearch-parent</artifactId>
<groupId>com.rosette.elasticsearch</groupId>
<version>7.14.0.1-SNAPSHOT</version>
<version>7.14.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>rosette-elasticsearch-parent</artifactId>
<groupId>com.rosette.elasticsearch</groupId>
<version>7.14.0.1-SNAPSHOT</version>
<version>7.14.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<inceptionYear>2017</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.rosette.elasticsearch</groupId>
<artifactId>rosette-elasticsearch-parent</artifactId>
<version>7.14.0.1-SNAPSHOT</version>
<version>7.14.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<artifactId>open-source-parent</artifactId>
Expand All @@ -45,7 +45,7 @@
<bt.compile.source>${jdk.version}</bt.compile.source>
<bt.compile.target>${jdk.version}</bt.compile.target>
<build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>
<elasticsearch.version>7.14.0</elasticsearch.version>
<elasticsearch.version>7.14.1</elasticsearch.version>
<log4j.version>2.14.1</log4j.version>
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
Expand Down

0 comments on commit 55e519e

Please sign in to comment.