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 1c796b4d5d78f11de8e60b8a985c4eea6789e2ef
Author: absurdfarce <[email protected]>
AuthorDate: Wed Jan 8 15:09:27 2025 -0600

    Revert "[maven-release-plugin] prepare release 3.12.0"
    
    This reverts commit 4d0a6d24583335ec1b0165d4056bb998deba84aa.
---
 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 3a613e09a..56a0f7458 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.0</version>
+        <version>3.11.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>cassandra-driver-core</artifactId>
diff --git a/driver-dist-source/pom.xml b/driver-dist-source/pom.xml
index 72010c520..0e77ca653 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.0</version>
+    <version>3.11.6-SNAPSHOT</version>
   </parent>
   <artifactId>java-driver-distribution-source</artifactId>
   <packaging>pom</packaging>
diff --git a/driver-dist/pom.xml b/driver-dist/pom.xml
index 81cda0e1d..38ae94ff4 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.0</version>
+        <version>3.11.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>cassandra-driver-dist</artifactId>
diff --git a/driver-examples/pom.xml b/driver-examples/pom.xml
index 9220d6eaa..9d58e408f 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.0</version>
+        <version>3.11.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>cassandra-driver-examples</artifactId>
diff --git a/driver-extras/pom.xml b/driver-extras/pom.xml
index ec240a99a..3800e34dc 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.0</version>
+        <version>3.11.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>cassandra-driver-extras</artifactId>
diff --git a/driver-mapping/pom.xml b/driver-mapping/pom.xml
index 330ee331a..4585544a0 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.0</version>
+        <version>3.11.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>cassandra-driver-mapping</artifactId>
diff --git a/driver-tests/osgi/common/pom.xml b/driver-tests/osgi/common/pom.xml
index 493a2b772..e82cf4c51 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.0</version>
+        <version>3.11.6-SNAPSHOT</version>
     </parent>
 
     <packaging>jar</packaging>
diff --git a/driver-tests/osgi/pom.xml b/driver-tests/osgi/pom.xml
index c7b722987..fb597bb89 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.0</version>
+        <version>3.11.6-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
diff --git a/driver-tests/osgi/shaded/pom.xml b/driver-tests/osgi/shaded/pom.xml
index b4e264594..99f8120cb 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.0</version>
+        <version>3.11.6-SNAPSHOT</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 3d7ccac41..9653b51f9 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.0</version>
+        <version>3.11.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>cassandra-driver-tests-osgi-unshaded</artifactId>
diff --git a/driver-tests/pom.xml b/driver-tests/pom.xml
index 2c29d9729..2da94ab91 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.0</version>
+        <version>3.11.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>cassandra-driver-tests-parent</artifactId>
diff --git a/driver-tests/shading/pom.xml b/driver-tests/shading/pom.xml
index 88d4ba15c..1c4ebe740 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.0</version>
+        <version>3.11.6-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
diff --git a/driver-tests/shading/shaded/pom.xml 
b/driver-tests/shading/shaded/pom.xml
index 702916d13..766169456 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.0</version>
+        <version>3.11.6-SNAPSHOT</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 b629bb049..0043f941d 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.0</version>
+        <version>3.11.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>cassandra-driver-tests-shading-unshaded</artifactId>
diff --git a/driver-tests/stress/pom.xml b/driver-tests/stress/pom.xml
index fb1da6f31..87119fc92 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.0</version>
+        <version>3.11.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>cassandra-driver-tests-stress</artifactId>
diff --git a/pom.xml b/pom.xml
index 3ba5b787f..56a9511c3 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.0</version>
+    <version>3.11.6-SNAPSHOT</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>3.12.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <developers>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to