[maven-release-plugin] prepare for next development iteration
diff --git a/bom/pom.xml b/bom/pom.xml
index 05e9d74..fab36ab 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-bom</artifactId>
<packaging>pom</packaging>
@@ -33,47 +33,47 @@
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-core</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-core-shaded</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-mapper-processor</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-mapper-runtime</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-query-builder</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-guava-shaded</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-test-infra</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-metrics-micrometer</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-metrics-microprofile</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.datastax.oss</groupId>
diff --git a/core-shaded/pom.xml b/core-shaded/pom.xml
index 4cc8197..617664e 100644
--- a/core-shaded/pom.xml
+++ b/core-shaded/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-core-shaded</artifactId>
<name>Apache Cassandra Java Driver - core with shaded deps</name>
diff --git a/core/pom.xml b/core/pom.xml
index 9ed02b8..e750b79 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-core</artifactId>
<packaging>bundle</packaging>
diff --git a/distribution-source/pom.xml b/distribution-source/pom.xml
index 5328b4b..27d6d02 100644
--- a/distribution-source/pom.xml
+++ b/distribution-source/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-distribution-source</artifactId>
<packaging>pom</packaging>
diff --git a/distribution-tests/pom.xml b/distribution-tests/pom.xml
index c4b5eb3..fbf8cd2 100644
--- a/distribution-tests/pom.xml
+++ b/distribution-tests/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-distribution-tests</artifactId>
<name>Apache Cassandra Java Driver - distribution tests</name>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 4c5f04d..498d5dc 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-distribution</artifactId>
<!-- Should be pom but Javadoc generation requires a "classpath-capable" package -->
diff --git a/examples/pom.xml b/examples/pom.xml
index a473320..df1e2b2 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>java-driver-parent</artifactId>
<groupId>org.apache.cassandra</groupId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-examples</artifactId>
<name>Apache Cassandra Java Driver - examples.</name>
diff --git a/guava-shaded/pom.xml b/guava-shaded/pom.xml
index 62c1c5f..ad581bc 100644
--- a/guava-shaded/pom.xml
+++ b/guava-shaded/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-guava-shaded</artifactId>
<name>Apache Cassandra Java Driver - guava shaded dep</name>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 1666119..8360c8a 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-integration-tests</artifactId>
<packaging>jar</packaging>
diff --git a/mapper-processor/pom.xml b/mapper-processor/pom.xml
index d7aaa7f..5368c24 100644
--- a/mapper-processor/pom.xml
+++ b/mapper-processor/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-mapper-processor</artifactId>
<name>Apache Cassandra Java Driver - object mapper processor</name>
diff --git a/mapper-runtime/pom.xml b/mapper-runtime/pom.xml
index af2936a..a21254d 100644
--- a/mapper-runtime/pom.xml
+++ b/mapper-runtime/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-mapper-runtime</artifactId>
<packaging>bundle</packaging>
diff --git a/metrics/micrometer/pom.xml b/metrics/micrometer/pom.xml
index 3dd89d1..08211d0 100644
--- a/metrics/micrometer/pom.xml
+++ b/metrics/micrometer/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>java-driver-metrics-micrometer</artifactId>
diff --git a/metrics/microprofile/pom.xml b/metrics/microprofile/pom.xml
index cca6eaf..95c1ca9 100644
--- a/metrics/microprofile/pom.xml
+++ b/metrics/microprofile/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>java-driver-metrics-microprofile</artifactId>
diff --git a/osgi-tests/pom.xml b/osgi-tests/pom.xml
index e60981f..abb54e1 100644
--- a/osgi-tests/pom.xml
+++ b/osgi-tests/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-osgi-tests</artifactId>
<packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 355449a..4e3d700 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Cassandra Java Driver</name>
<url>https://github.com/datastax/java-driver</url>
@@ -1055,7 +1055,7 @@
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
<url>https://github.com/datastax/java-driver</url>
- <tag>4.19.1</tag>
+ <tag>HEAD</tag>
</scm>
<developers>
<developer>
diff --git a/query-builder/pom.xml b/query-builder/pom.xml
index 1860cf6..e1db848 100644
--- a/query-builder/pom.xml
+++ b/query-builder/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-query-builder</artifactId>
<packaging>bundle</packaging>
diff --git a/test-infra/pom.xml b/test-infra/pom.xml
index e61f4f2..1a73cde 100644
--- a/test-infra/pom.xml
+++ b/test-infra/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-parent</artifactId>
- <version>4.19.1</version>
+ <version>4.19.2-SNAPSHOT</version>
</parent>
<artifactId>java-driver-test-infra</artifactId>
<packaging>bundle</packaging>