This is an automated email from the ASF dual-hosted git repository.

absurdfarce pushed a commit to branch 4.x-rerelease
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git

commit b24e52ef5949c98499e9ee33405a25e500d65e6c
Author: absurdfarce <bret.mcgu...@datastax.com>
AuthorDate: Tue May 21 10:43:19 2024 -0500

    Revert "[maven-release-plugin] prepare release 4.18.1"
    
    This reverts commit cbdde2878786fa6c4077a21352cbe738875f2106.
---
 bom/pom.xml                  | 18 +++++++++---------
 core-shaded/pom.xml          |  2 +-
 core/pom.xml                 |  2 +-
 distribution-source/pom.xml  |  2 +-
 distribution-tests/pom.xml   |  2 +-
 distribution/pom.xml         |  2 +-
 examples/pom.xml             |  2 +-
 integration-tests/pom.xml    |  2 +-
 mapper-processor/pom.xml     |  2 +-
 mapper-runtime/pom.xml       |  2 +-
 metrics/micrometer/pom.xml   |  2 +-
 metrics/microprofile/pom.xml |  2 +-
 osgi-tests/pom.xml           |  2 +-
 pom.xml                      |  4 ++--
 query-builder/pom.xml        |  2 +-
 test-infra/pom.xml           |  2 +-
 16 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 87920ed98..72e00c483 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.18.1</version>
+    <version>4.18.1-SNAPSHOT</version>
   </parent>
   <artifactId>java-driver-bom</artifactId>
   <packaging>pom</packaging>
@@ -33,42 +33,42 @@
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-core</artifactId>
-        <version>4.18.1</version>
+        <version>4.18.1-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-core-shaded</artifactId>
-        <version>4.18.1</version>
+        <version>4.18.1-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-mapper-processor</artifactId>
-        <version>4.18.1</version>
+        <version>4.18.1-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-mapper-runtime</artifactId>
-        <version>4.18.1</version>
+        <version>4.18.1-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-query-builder</artifactId>
-        <version>4.18.1</version>
+        <version>4.18.1-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-test-infra</artifactId>
-        <version>4.18.1</version>
+        <version>4.18.1-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-metrics-micrometer</artifactId>
-        <version>4.18.1</version>
+        <version>4.18.1-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-metrics-microprofile</artifactId>
-        <version>4.18.1</version>
+        <version>4.18.1-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>com.datastax.oss</groupId>
diff --git a/core-shaded/pom.xml b/core-shaded/pom.xml
index 93a74696c..c2768c3a6 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.18.1</version>
+    <version>4.18.1-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 59465763c..c54c6b8c6 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.18.1</version>
+    <version>4.18.1-SNAPSHOT</version>
   </parent>
   <artifactId>java-driver-core</artifactId>
   <packaging>bundle</packaging>
diff --git a/distribution-source/pom.xml b/distribution-source/pom.xml
index dc0cdfd1a..8c4f695af 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.18.1</version>
+    <version>4.18.1-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 11a0797b3..099bddba9 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.18.1</version>
+    <version>4.18.1-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 8bfbeecd8..8933d3f5f 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.18.1</version>
+    <version>4.18.1-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 0cf0c6389..7e2d7f1b6 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.18.1</version>
+    <version>4.18.1-SNAPSHOT</version>
   </parent>
   <artifactId>java-driver-examples</artifactId>
   <name>Apache Cassandra Java Driver - examples.</name>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index f867bcce7..5c684e90b 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.18.1</version>
+    <version>4.18.1-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 47f816bdc..768327591 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.18.1</version>
+    <version>4.18.1-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 ca3a27367..95ead75dd 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.18.1</version>
+    <version>4.18.1-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 e0e4e3fe7..1405ae0b6 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.18.1</version>
+    <version>4.18.1-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <artifactId>java-driver-metrics-micrometer</artifactId>
diff --git a/metrics/microprofile/pom.xml b/metrics/microprofile/pom.xml
index fcbc7e1a5..6ba084396 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.18.1</version>
+    <version>4.18.1-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <artifactId>java-driver-metrics-microprofile</artifactId>
diff --git a/osgi-tests/pom.xml b/osgi-tests/pom.xml
index e48be59f1..859a69400 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.18.1</version>
+    <version>4.18.1-SNAPSHOT</version>
   </parent>
   <artifactId>java-driver-osgi-tests</artifactId>
   <packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 14d5d9c84..b4102b338 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.cassandra</groupId>
   <artifactId>java-driver-parent</artifactId>
-  <version>4.18.1</version>
+  <version>4.18.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Cassandra Java Driver</name>
   <url>https://github.com/datastax/java-driver</url>
@@ -1017,7 +1017,7 @@ limitations under the License.]]></inlineHeader>
     <connection>scm:git:g...@github.com:datastax/java-driver.git</connection>
     
<developerConnection>scm:git:g...@github.com:datastax/java-driver.git</developerConnection>
     <url>https://github.com/datastax/java-driver</url>
-    <tag>4.18.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <developers>
     <developer>
diff --git a/query-builder/pom.xml b/query-builder/pom.xml
index eaa974030..f1828b624 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.18.1</version>
+    <version>4.18.1-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 25a8ad2f1..9089d4d10 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.18.1</version>
+    <version>4.18.1-SNAPSHOT</version>
   </parent>
   <artifactId>java-driver-test-infra</artifactId>
   <packaging>bundle</packaging>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to