[maven-release-plugin] prepare for next development iteration
diff --git a/harry-core/pom.xml b/harry-core/pom.xml
index ef11eab..7b3299b 100755
--- a/harry-core/pom.xml
+++ b/harry-core/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>harry-parent</artifactId>
- <version>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</version>
</parent>
<artifactId>harry-core</artifactId>
diff --git a/harry-examples/pom.xml b/harry-examples/pom.xml
index d557032..c2190a1 100644
--- a/harry-examples/pom.xml
+++ b/harry-examples/pom.xml
@@ -19,7 +19,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.cassandra</groupId>
- <version>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</version>
<artifactId>harry-parent</artifactId>
</parent>
@@ -29,30 +29,30 @@
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>harry-core</artifactId>
- <version>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>harry-integration-external</artifactId>
- <version>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>harry-integration</artifactId>
- <version>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>Harry Examples</name>
<artifactId>harry-examples</artifactId>
- <version>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</version>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-harry.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-harry.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf/cassandra-harry.git</url>
- <tag>0.0.2</tag>
+ <tag>0.0.1</tag>
</scm>
</project>
diff --git a/harry-integration-external/pom.xml b/harry-integration-external/pom.xml
index c7ca8ad..ea10317 100755
--- a/harry-integration-external/pom.xml
+++ b/harry-integration-external/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
- <version>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</version>
<artifactId>harry-parent</artifactId>
</parent>
diff --git a/harry-integration/pom.xml b/harry-integration/pom.xml
index 967e935..b93b7bb 100755
--- a/harry-integration/pom.xml
+++ b/harry-integration/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
- <version>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</version>
<artifactId>harry-parent</artifactId>
</parent>
diff --git a/pom.xml b/pom.xml
index 855078c..62ed639 100755
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
<groupId>org.apache.cassandra</groupId>
<artifactId>harry-parent</artifactId>
- <version>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</version>
<name>Harry</name>
<profiles>
@@ -272,6 +272,6 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-harry.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-harry.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf/cassandra-harry.git</url>
- <tag>0.0.2</tag>
+ <tag>0.0.1</tag>
</scm>
</project>