Skip to content

Commit

Permalink
Auto-update ElasticSearch to 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Server committed Dec 9, 2019
1 parent 55b2aba commit b8736ce
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.4.1.1-SNAPSHOT</version>
<version>7.4.2.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.4.1.1-SNAPSHOT</version>
<version>7.4.2.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.4.1.1-SNAPSHOT</version>
<version>7.4.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<artifactId>open-source-parent</artifactId>
Expand All @@ -42,7 +42,7 @@
</distributionManagement>
<properties>
<jdk.version>1.8</jdk.version>
<elasticsearch.version>7.4.1</elasticsearch.version>
<elasticsearch.version>7.4.2</elasticsearch.version>
<rosette.api.binding.version>1.13.0</rosette.api.binding.version>
<bnd-maven-plugin.version>3.2.0</bnd-maven-plugin.version>
<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
Expand Down

0 comments on commit b8736ce

Please sign in to comment.