Skip to content

Commit

Permalink
[maven-release-plugin] prepare release curator-0.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Zimmerman committed Jul 22, 2011
1 parent aae11c3 commit 0113de9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion curator-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.netflix.curator</groupId>
<artifactId>curator</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>
<artifactId>curator-client</artifactId>
</project>
Expand Down
4 changes: 2 additions & 2 deletions curator-framework/pom.xml
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>com.netflix.curator</groupId>
<artifactId>curator</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>
<artifactId>curator-framework</artifactId>

<dependencies>
<dependency>
<groupId>com.netflix.curator</groupId>
<artifactId>curator-client</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions curator-recipes/pom.xml
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>com.netflix.curator</groupId>
<artifactId>curator</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>
<artifactId>curator-recipes</artifactId>

<dependencies>
<dependency>
<groupId>com.netflix.curator</groupId>
<artifactId>curator-framework</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.netflix.curator</groupId>
<artifactId>curator</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 0113de9

Please sign in to comment.