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

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


The following commit(s) were added to refs/heads/4.x by this push:
     new 8e2e70c63 [maven-release-plugin] prepare release 4.19.3
8e2e70c63 is described below

commit 8e2e70c63ae568e4c03cc44e4c68dfad54976075
Author: Abe Ratnofsky <[email protected]>
AuthorDate: Tue May 26 16:36:17 2026 -0400

    [maven-release-plugin] prepare release 4.19.3
---
 bom/pom.xml                  | 20 ++++++++++----------
 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 +-
 guava-shaded/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 +-
 17 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index dd76153a9..50e5bfdf1 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.3-SNAPSHOT</version>
+    <version>4.19.3</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.3-SNAPSHOT</version>
+        <version>4.19.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-core-shaded</artifactId>
-        <version>4.19.3-SNAPSHOT</version>
+        <version>4.19.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-mapper-processor</artifactId>
-        <version>4.19.3-SNAPSHOT</version>
+        <version>4.19.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-mapper-runtime</artifactId>
-        <version>4.19.3-SNAPSHOT</version>
+        <version>4.19.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-query-builder</artifactId>
-        <version>4.19.3-SNAPSHOT</version>
+        <version>4.19.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-guava-shaded</artifactId>
-        <version>4.19.3-SNAPSHOT</version>
+        <version>4.19.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-test-infra</artifactId>
-        <version>4.19.3-SNAPSHOT</version>
+        <version>4.19.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-metrics-micrometer</artifactId>
-        <version>4.19.3-SNAPSHOT</version>
+        <version>4.19.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>java-driver-metrics-microprofile</artifactId>
-        <version>4.19.3-SNAPSHOT</version>
+        <version>4.19.3</version>
       </dependency>
       <dependency>
         <groupId>com.datastax.oss</groupId>
diff --git a/core-shaded/pom.xml b/core-shaded/pom.xml
index 84cb4b153..37bde69d4 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.3-SNAPSHOT</version>
+    <version>4.19.3</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 8758d20d7..06abcc3d6 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.3-SNAPSHOT</version>
+    <version>4.19.3</version>
   </parent>
   <artifactId>java-driver-core</artifactId>
   <packaging>bundle</packaging>
diff --git a/distribution-source/pom.xml b/distribution-source/pom.xml
index 4c1f11e53..a62bbe40a 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.3-SNAPSHOT</version>
+    <version>4.19.3</version>
   </parent>
   <artifactId>java-driver-distribution-source</artifactId>
   <packaging>pom</packaging>
diff --git a/distribution-tests/pom.xml b/distribution-tests/pom.xml
index 9cef313f8..6dccc491b 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.3-SNAPSHOT</version>
+    <version>4.19.3</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 20b9afc1b..b93a70f0a 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.3-SNAPSHOT</version>
+    <version>4.19.3</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 12e42dfdf..2824869e5 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.3-SNAPSHOT</version>
+    <version>4.19.3</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 da2e82e0a..7496f9174 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.3-SNAPSHOT</version>
+    <version>4.19.3</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 e302e1207..081fc98b0 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.3-SNAPSHOT</version>
+    <version>4.19.3</version>
   </parent>
   <artifactId>java-driver-integration-tests</artifactId>
   <packaging>jar</packaging>
diff --git a/mapper-processor/pom.xml b/mapper-processor/pom.xml
index 04d8c98c4..421163e40 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.3-SNAPSHOT</version>
+    <version>4.19.3</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 57fbd5d34..557bba8bb 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.3-SNAPSHOT</version>
+    <version>4.19.3</version>
   </parent>
   <artifactId>java-driver-mapper-runtime</artifactId>
   <packaging>bundle</packaging>
diff --git a/metrics/micrometer/pom.xml b/metrics/micrometer/pom.xml
index 37ba8556a..900f24763 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.3-SNAPSHOT</version>
+    <version>4.19.3</version>
     <relativePath>../../</relativePath>
   </parent>
   <artifactId>java-driver-metrics-micrometer</artifactId>
diff --git a/metrics/microprofile/pom.xml b/metrics/microprofile/pom.xml
index 9893711d3..a632c6ec7 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.3-SNAPSHOT</version>
+    <version>4.19.3</version>
     <relativePath>../../</relativePath>
   </parent>
   <artifactId>java-driver-metrics-microprofile</artifactId>
diff --git a/osgi-tests/pom.xml b/osgi-tests/pom.xml
index c2cc4d830..59892eac3 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.3-SNAPSHOT</version>
+    <version>4.19.3</version>
   </parent>
   <artifactId>java-driver-osgi-tests</artifactId>
   <packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 8c414ba0d..7c0df37b0 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.3-SNAPSHOT</version>
+  <version>4.19.3</version>
   <packaging>pom</packaging>
   <name>Apache Cassandra Java Driver</name>
   <url>https://github.com/datastax/java-driver</url>
@@ -1081,7 +1081,7 @@ limitations under the License.]]></inlineHeader>
     <connection>scm:git:[email protected]:datastax/java-driver.git</connection>
     
<developerConnection>scm:git:[email protected]:datastax/java-driver.git</developerConnection>
     <url>https://github.com/datastax/java-driver</url>
-    <tag>HEAD</tag>
+    <tag>4.19.3</tag>
   </scm>
   <developers>
     <developer>
diff --git a/query-builder/pom.xml b/query-builder/pom.xml
index 2bfe1bee8..66ec63076 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.3-SNAPSHOT</version>
+    <version>4.19.3</version>
   </parent>
   <artifactId>java-driver-query-builder</artifactId>
   <packaging>bundle</packaging>
diff --git a/test-infra/pom.xml b/test-infra/pom.xml
index 5bf2d07f6..927c48a99 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.3-SNAPSHOT</version>
+    <version>4.19.3</version>
   </parent>
   <artifactId>java-driver-test-infra</artifactId>
   <packaging>bundle</packaging>


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

Reply via email to