Skip to content

Commit

Permalink
Updating ES version to 5.5.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsawyer committed Jul 25, 2017
1 parent 6a2a114 commit dda6053
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>5.5.0.1-SNAPSHOT</version>
<version>5.5.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>5.5.0.1-SNAPSHOT</version>
<version>5.5.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>5.5.0.1-SNAPSHOT</version>
<version>5.5.1.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>5.5.0</elasticsearch.version>
<elasticsearch.version>5.5.1</elasticsearch.version>
<rosette.api.binding.version>1.7.3</rosette.api.binding.version>
<bnd-maven-plugin.version>3.2.0</bnd-maven-plugin.version>
<bt.compile.source>${jdk.version}</bt.compile.source>
Expand Down

0 comments on commit dda6053

Please sign in to comment.