Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Randgalt committed Oct 19, 2011
1 parent 2de6488 commit 1cfb1ba
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.30-SNAPSHOT</version>
<version>0.30</version>
</parent>
<artifactId>curator-client</artifactId>

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.30-SNAPSHOT</version>
<version>0.30</version>
</parent>
<artifactId>curator-framework</artifactId>

<dependencies>
<dependency>
<groupId>com.netflix.curator</groupId>
<artifactId>curator-client</artifactId>
<version>0.30-SNAPSHOT</version>
<version>0.30</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.30-SNAPSHOT</version>
<version>0.30</version>
</parent>
<artifactId>curator-recipes</artifactId>

<dependencies>
<dependency>
<groupId>com.netflix.curator</groupId>
<artifactId>curator-framework</artifactId>
<version>0.30-SNAPSHOT</version>
<version>0.30</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.30-SNAPSHOT</version>
<version>0.30</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit 1cfb1ba

Please sign in to comment.