Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Zimmerman committed Jul 20, 2011
1 parent 0373348 commit 6307386
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.netflix.curator</groupId>
<artifactId>curator</artifactId>
<version>0.2</version>
<version>0.3-SNAPSHOT</version>
</parent>
<artifactId>client</artifactId>
</project>
Expand Down
4 changes: 2 additions & 2 deletions framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>com.netflix.curator</groupId>
<artifactId>curator</artifactId>
<version>0.2</version>
<version>0.3-SNAPSHOT</version>
</parent>
<artifactId>framework</artifactId>

<dependencies>
<dependency>
<groupId>com.netflix.curator</groupId>
<artifactId>client</artifactId>
<version>0.2</version>
<version>0.3-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

<modules>
Expand Down
4 changes: 2 additions & 2 deletions recipes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>com.netflix.curator</groupId>
<artifactId>curator</artifactId>
<version>0.2</version>
<version>0.3-SNAPSHOT</version>
</parent>
<artifactId>recipes</artifactId>

<dependencies>
<dependency>
<groupId>com.netflix.curator</groupId>
<artifactId>framework</artifactId>
<version>0.2</version>
<version>0.3-SNAPSHOT</version>
</dependency>
</dependencies>
</project>

0 comments on commit 6307386

Please sign in to comment.