Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jest-parent-0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cihat Keser committed Apr 20, 2014
1 parent e4a2691 commit 275bd07
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions jest-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.searchbox</groupId>
<artifactId>jest-common</artifactId>
<packaging>jar</packaging>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<name>Jest Common Jar</name>
<description>ElasticSearch Java REST client - shared library package</description>
<url>https://github.com/searchbox-io/Jest</url>
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>io.searchbox</groupId>
<artifactId>jest-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jest-droid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.searchbox</groupId>
<artifactId>jest-droid</artifactId>
<packaging>jar</packaging>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<name>Jest Android Jar</name>
<description>ElasticSearch Java REST client - Android library package</description>
<url>https://github.com/searchbox-io/Jest</url>
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>io.searchbox</groupId>
<artifactId>jest-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.searchbox</groupId>
<artifactId>jest</artifactId>
<packaging>jar</packaging>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<name>Jest Apache HC Jar</name>
<description>ElasticSearch Java REST client - Apache HTTP Client package</description>
<url>https://github.com/searchbox-io/Jest</url>
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>io.searchbox</groupId>
<artifactId>jest-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</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>0.1.1-SNAPSHOT</version>
<version>0.1.1</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 @@ -266,7 +266,7 @@
<dependency>
<groupId>io.searchbox</groupId>
<artifactId>jest-common</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>

<!-- Testing Dependencies -->
Expand Down

0 comments on commit 275bd07

Please sign in to comment.