Skip to content

Commit

Permalink
set release version 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatsb committed May 25, 2017
1 parent 923bb62 commit 0cca426
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jest-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>io.searchbox</groupId>
<artifactId>jest-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.3.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jest-droid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>io.searchbox</groupId>
<artifactId>jest-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.3.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>io.searchbox</groupId>
<artifactId>jest-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.3.2</version>
</parent>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.searchbox</groupId>
<artifactId>jest-parent</artifactId>
<packaging>pom</packaging>
<version>5.0.0-SNAPSHOT</version>
<version>5.3.2</version>
<name>Jest Parent POM</name>
<description>Parent POM for Jest - ElasticSearch Java rest client</description>
<url>https://github.com/searchbox-io/Jest</url>
Expand Down Expand Up @@ -60,9 +60,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<elasticsearch.version>5.3.0</elasticsearch.version>
<elasticsearch.version>5.3.2</elasticsearch.version>

<lucene.version>6.4.1</lucene.version>
<lucene.version>6.4.2</lucene.version>
<jna.version>4.2.2</jna.version>
<hamcrest.version>1.3</hamcrest.version>
<randomizedtesting.version>2.4.0</randomizedtesting.version>
Expand Down Expand Up @@ -250,7 +250,7 @@
<dependency>
<groupId>io.searchbox</groupId>
<artifactId>jest-common</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.3.2</version>
</dependency>

<!-- Testing Dependencies -->
Expand Down

0 comments on commit 0cca426

Please sign in to comment.