Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
johnewart committed Jul 27, 2013
1 parent ebf3101 commit 47d3187
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gearman-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gearman-java</artifactId>
<groupId>org.gearman</groupId>
<version>0.6.0</version>
<version>0.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gearman-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gearman-java</artifactId>
<groupId>org.gearman</groupId>
<version>0.6.0</version>
<version>0.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gearman-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gearman-java</artifactId>
<groupId>org.gearman</groupId>
<version>0.6.0</version>
<version>0.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gearman-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gearman-java</artifactId>
<groupId>org.gearman</groupId>
<version>0.6.0</version>
<version>0.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gearman-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.gearman</groupId>
<artifactId>gearman-java</artifactId>
<packaging>pom</packaging>
<version>0.6.0</version>
<version>0.6.2</version>
<modules>
<module>gearman-client</module>
<module>gearman-server</module>
Expand Down

0 comments on commit 47d3187

Please sign in to comment.