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 Jun 3, 2013
1 parent ed887c9 commit 0b27b2e
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hectorclient</groupId>
<artifactId>hector</artifactId>
<version>1.1-4</version>
<version>1.1-5-SNAPSHOT</version>
</parent>

<artifactId>hector-core</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions object-mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.hectorclient</groupId>
<artifactId>hector</artifactId>
<version>1.1-4</version>
<version>1.1-5-SNAPSHOT</version>
</parent>
<artifactId>hector-object-mapper</artifactId>
<name>hector-object-mapper</name>
<version>3.1-09</version>
<version>3.1-10-SNAPSHOT</version>

<build>
<extensions>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.hectorclient</groupId>
<artifactId>hector-core</artifactId>
<version>1.1-4</version>
<version>1.1-5-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
Expand All @@ -61,7 +61,7 @@
<dependency>
<groupId>org.hectorclient</groupId>
<artifactId>hector-test</artifactId>
<version>1.1-4</version>
<version>1.1-5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.hectorclient</groupId>
<artifactId>hector</artifactId>
<packaging>pom</packaging>
<version>1.1-4</version>
<version>1.1-5-SNAPSHOT</version>
<name>hector</name>
<description>Cassandra Java Client Library</description>
<url>http://github.com/hector-client/hector</url>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hectorclient</groupId>
<artifactId>hector</artifactId>
<version>1.1-4</version>
<version>1.1-5-SNAPSHOT</version>
</parent>
<artifactId>hector-test</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 0b27b2e

Please sign in to comment.