Skip to content

Commit

Permalink
set release version 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
musabgelisgen committed Jul 31, 2018
1 parent 468d874 commit 47d503d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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>6.3.0-SNAPSHOT</version>
<version>6.3.0</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>6.3.0-SNAPSHOT</version>
<version>6.3.0</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>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 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>6.3.0-SNAPSHOT</version>
<version>6.3.0</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 @@ -249,7 +249,7 @@
<dependency>
<groupId>io.searchbox</groupId>
<artifactId>jest-common</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</dependency>

<!-- Testing Dependencies -->
Expand Down

0 comments on commit 47d503d

Please sign in to comment.