Skip to content

Commit

Permalink
Auto-update ElasticSearch to 7.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Server committed Jun 4, 2020
1 parent 216d1e9 commit f879060
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.7.0.1-SNAPSHOT</version>
<version>7.7.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.7.0.1-SNAPSHOT</version>
<version>7.7.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.7.0.1-SNAPSHOT</version>
<version>7.7.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<artifactId>open-source-parent</artifactId>
Expand Down Expand Up @@ -47,7 +47,7 @@
<bt.compile.target>${jdk.version}</bt.compile.target>
<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
<docker-maven-plugin.version>0.33.0</docker-maven-plugin.version>
<elasticsearch.version>7.7.0</elasticsearch.version>
<elasticsearch.version>7.7.1</elasticsearch.version>
<log4j.version>2.13.0</log4j.version>
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
<rosette.api.binding.version>1.15.0</rosette.api.binding.version>
Expand Down

0 comments on commit f879060

Please sign in to comment.