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
zznate committed Mar 21, 2012
1 parent 6c4175d commit c2c90f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>me.prettyprint</groupId>
<artifactId>hector</artifactId>
<version>1.0-4</version>
<version>1.0-5-SNAPSHOT</version>
</parent>
<artifactId>hector-core</artifactId>
<packaging>bundle</packaging>
Expand Down
8 changes: 4 additions & 4 deletions object-mapper/pom.xml
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>me.prettyprint</groupId>
<artifactId>hector</artifactId>
<version>1.0-4</version>
<version>1.0-5-SNAPSHOT</version>
</parent>
<artifactId>hector-object-mapper</artifactId>
<name>hector-object-mapper</name>
<version>3.0-03</version>
<version>3.0-04-SNAPSHOT</version>

<build>
<extensions>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>me.prettyprint</groupId>
<artifactId>hector-core</artifactId>
<version>1.0-4</version>
<version>1.0-5-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>me.prettyprint</groupId>
<artifactId>hector-test</artifactId>
<version>1.0-4</version>
<version>1.0-5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>me.prettyprint</groupId>
<artifactId>hector</artifactId>
<packaging>pom</packaging>
<version>1.0-4</version>
<version>1.0-5-SNAPSHOT</version>
<name>hector</name>
<description>Cassandra Java Client Library</description>
<url>http://github.com/rantav/hector</url>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>me.prettyprint</groupId>
<artifactId>hector</artifactId>
<version>1.0-4</version>
<version>1.0-5-SNAPSHOT</version>
</parent>
<artifactId>hector-test</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit c2c90f3

Please sign in to comment.