This is an automated email from the ASF dual-hosted git repository. absurdfarce pushed a commit to branch 3.x in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git
commit 41dafd90a40a30b17a55e894122f30b5ab99ddd9 Author: absurdfarce <[email protected]> AuthorDate: Wed Jan 8 15:09:11 2025 -0600 Revert "[maven-release-plugin] prepare for next development iteration" This reverts commit dd437b2a973dbccb415a612c4c997659edffd638. --- driver-core/pom.xml | 2 +- driver-dist-source/pom.xml | 2 +- driver-dist/pom.xml | 2 +- driver-examples/pom.xml | 2 +- driver-extras/pom.xml | 2 +- driver-mapping/pom.xml | 2 +- driver-tests/osgi/common/pom.xml | 2 +- driver-tests/osgi/pom.xml | 2 +- driver-tests/osgi/shaded/pom.xml | 2 +- driver-tests/osgi/unshaded/pom.xml | 2 +- driver-tests/pom.xml | 2 +- driver-tests/shading/pom.xml | 2 +- driver-tests/shading/shaded/pom.xml | 2 +- driver-tests/shading/unshaded/pom.xml | 2 +- driver-tests/stress/pom.xml | 2 +- pom.xml | 4 ++-- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/driver-core/pom.xml b/driver-core/pom.xml index 879b86d57..3a613e09a 100644 --- a/driver-core/pom.xml +++ b/driver-core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <artifactId>cassandra-driver-core</artifactId> diff --git a/driver-dist-source/pom.xml b/driver-dist-source/pom.xml index feac0c986..72010c520 100644 --- a/driver-dist-source/pom.xml +++ b/driver-dist-source/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <artifactId>java-driver-distribution-source</artifactId> <packaging>pom</packaging> diff --git a/driver-dist/pom.xml b/driver-dist/pom.xml index 31fd02732..81cda0e1d 100644 --- a/driver-dist/pom.xml +++ b/driver-dist/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <artifactId>cassandra-driver-dist</artifactId> diff --git a/driver-examples/pom.xml b/driver-examples/pom.xml index f9858b7c6..9220d6eaa 100644 --- a/driver-examples/pom.xml +++ b/driver-examples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <artifactId>cassandra-driver-examples</artifactId> diff --git a/driver-extras/pom.xml b/driver-extras/pom.xml index b8502771c..ec240a99a 100644 --- a/driver-extras/pom.xml +++ b/driver-extras/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <artifactId>cassandra-driver-extras</artifactId> diff --git a/driver-mapping/pom.xml b/driver-mapping/pom.xml index cfdb6459e..330ee331a 100644 --- a/driver-mapping/pom.xml +++ b/driver-mapping/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <artifactId>cassandra-driver-mapping</artifactId> diff --git a/driver-tests/osgi/common/pom.xml b/driver-tests/osgi/common/pom.xml index 372e20c22..493a2b772 100644 --- a/driver-tests/osgi/common/pom.xml +++ b/driver-tests/osgi/common/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-osgi</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <packaging>jar</packaging> diff --git a/driver-tests/osgi/pom.xml b/driver-tests/osgi/pom.xml index a30d77016..c7b722987 100644 --- a/driver-tests/osgi/pom.xml +++ b/driver-tests/osgi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <packaging>pom</packaging> diff --git a/driver-tests/osgi/shaded/pom.xml b/driver-tests/osgi/shaded/pom.xml index bececdd68..b4e264594 100644 --- a/driver-tests/osgi/shaded/pom.xml +++ b/driver-tests/osgi/shaded/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-osgi</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <artifactId>cassandra-driver-tests-osgi-shaded</artifactId> diff --git a/driver-tests/osgi/unshaded/pom.xml b/driver-tests/osgi/unshaded/pom.xml index d4383b467..3d7ccac41 100644 --- a/driver-tests/osgi/unshaded/pom.xml +++ b/driver-tests/osgi/unshaded/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-osgi</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <artifactId>cassandra-driver-tests-osgi-unshaded</artifactId> diff --git a/driver-tests/pom.xml b/driver-tests/pom.xml index 6cfa6b852..2c29d9729 100644 --- a/driver-tests/pom.xml +++ b/driver-tests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <artifactId>cassandra-driver-tests-parent</artifactId> diff --git a/driver-tests/shading/pom.xml b/driver-tests/shading/pom.xml index b3960e41d..88d4ba15c 100644 --- a/driver-tests/shading/pom.xml +++ b/driver-tests/shading/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <packaging>pom</packaging> diff --git a/driver-tests/shading/shaded/pom.xml b/driver-tests/shading/shaded/pom.xml index 25dbdc4a0..702916d13 100644 --- a/driver-tests/shading/shaded/pom.xml +++ b/driver-tests/shading/shaded/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-shading</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <artifactId>cassandra-driver-tests-shading-shaded</artifactId> diff --git a/driver-tests/shading/unshaded/pom.xml b/driver-tests/shading/unshaded/pom.xml index 512318e88..b629bb049 100644 --- a/driver-tests/shading/unshaded/pom.xml +++ b/driver-tests/shading/unshaded/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-shading</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <artifactId>cassandra-driver-tests-shading-unshaded</artifactId> diff --git a/driver-tests/stress/pom.xml b/driver-tests/stress/pom.xml index 1c80f7b23..fb1da6f31 100644 --- a/driver-tests/stress/pom.xml +++ b/driver-tests/stress/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> </parent> <artifactId>cassandra-driver-tests-stress</artifactId> diff --git a/pom.xml b/pom.xml index 767b32ff7..3ba5b787f 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.0</version> <packaging>pom</packaging> <name>Java Driver for Apache Cassandra</name> <description> @@ -1112,7 +1112,7 @@ limitations under the License. <connection>scm:git:[email protected]:datastax/java-driver.git</connection> <developerConnection>scm:git:[email protected]:datastax/java-driver.git</developerConnection> <url>https://github.com/apache/cassandra-java-driver</url> - <tag>HEAD</tag> + <tag>3.12.0</tag> </scm> <developers> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
