From 05a1ed151ea738e929b1dfc58d5555629725634d Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Mon, 20 May 2024 09:57:23 -0500 Subject: [PATCH] [maven-release-plugin] prepare release 4.18.1 --- 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 0fbb66dcc4e..c6288d601e2 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -28,7 +28,7 @@ com.scylladb java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 java-driver-bom pom @@ -38,42 +38,42 @@ com.scylladb java-driver-core - 4.18.1.0-SNAPSHOT + 4.18.1.0 com.scylladb java-driver-core-shaded - 4.18.1.0-SNAPSHOT + 4.18.1.0 com.scylladb java-driver-mapper-processor - 4.18.1.0-SNAPSHOT + 4.18.1.0 com.scylladb java-driver-mapper-runtime - 4.18.1.0-SNAPSHOT + 4.18.1.0 com.scylladb java-driver-query-builder - 4.18.1.0-SNAPSHOT + 4.18.1.0 com.scylladb java-driver-test-infra - 4.18.1.0-SNAPSHOT + 4.18.1.0 com.scylladb java-driver-metrics-micrometer - 4.18.1.0-SNAPSHOT + 4.18.1.0 com.scylladb java-driver-metrics-microprofile - 4.18.1.0-SNAPSHOT + 4.18.1.0 com.datastax.oss diff --git a/core-shaded/pom.xml b/core-shaded/pom.xml index c8f707175ee..20789e02458 100644 --- a/core-shaded/pom.xml +++ b/core-shaded/pom.xml @@ -28,7 +28,7 @@ com.scylladb java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 java-driver-core-shaded Java driver for Scylla and Apache Cassandra(R) - core with shaded deps diff --git a/core/pom.xml b/core/pom.xml index fd86f4431dc..228730e1142 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -28,7 +28,7 @@ com.scylladb java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 java-driver-core bundle diff --git a/distribution-source/pom.xml b/distribution-source/pom.xml index 29ac63e98a5..f68ca1b4564 100644 --- a/distribution-source/pom.xml +++ b/distribution-source/pom.xml @@ -23,7 +23,7 @@ org.apache.cassandra java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 java-driver-distribution-source pom diff --git a/distribution-tests/pom.xml b/distribution-tests/pom.xml index 504ef24ebdb..1c0dd09a1b3 100644 --- a/distribution-tests/pom.xml +++ b/distribution-tests/pom.xml @@ -23,7 +23,7 @@ org.apache.cassandra java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 java-driver-distribution-tests Apache Cassandra Java Driver - distribution tests diff --git a/distribution/pom.xml b/distribution/pom.xml index 06f54854ef0..ee54fa44e77 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -28,7 +28,7 @@ com.scylladb java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 java-driver-distribution diff --git a/examples/pom.xml b/examples/pom.xml index 5f55d3e04cf..92ed8c723d4 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -28,7 +28,7 @@ java-driver-parent com.scylladb - 4.18.1.0-SNAPSHOT + 4.18.1.0 java-driver-examples Java driver for Scylla and Apache Cassandra(R) - examples. diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 627bb8f66f2..8e3bb7ebad6 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -28,7 +28,7 @@ com.scylladb java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 java-driver-integration-tests jar diff --git a/mapper-processor/pom.xml b/mapper-processor/pom.xml index 96fcb636d44..99ae9ec2fee 100644 --- a/mapper-processor/pom.xml +++ b/mapper-processor/pom.xml @@ -28,7 +28,7 @@ com.scylladb java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 java-driver-mapper-processor Java driver for Scylla and Apache Cassandra(R) - object mapper processor diff --git a/mapper-runtime/pom.xml b/mapper-runtime/pom.xml index 13f25db2230..a8ee2faa8df 100644 --- a/mapper-runtime/pom.xml +++ b/mapper-runtime/pom.xml @@ -28,7 +28,7 @@ com.scylladb java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 java-driver-mapper-runtime bundle diff --git a/metrics/micrometer/pom.xml b/metrics/micrometer/pom.xml index 6d0110e9b55..a04fe3e2553 100644 --- a/metrics/micrometer/pom.xml +++ b/metrics/micrometer/pom.xml @@ -28,7 +28,7 @@ com.scylladb java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 ../../ java-driver-metrics-micrometer diff --git a/metrics/microprofile/pom.xml b/metrics/microprofile/pom.xml index b9a07939a73..ff68bc6fbbd 100644 --- a/metrics/microprofile/pom.xml +++ b/metrics/microprofile/pom.xml @@ -28,7 +28,7 @@ com.scylladb java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 ../../ java-driver-metrics-microprofile diff --git a/osgi-tests/pom.xml b/osgi-tests/pom.xml index 37463fb547f..36ea8714c12 100644 --- a/osgi-tests/pom.xml +++ b/osgi-tests/pom.xml @@ -28,7 +28,7 @@ com.scylladb java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 java-driver-osgi-tests jar diff --git a/pom.xml b/pom.xml index eed0bb0d5aa..ae7eb9a1e3f 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 4.0.0 com.scylladb java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 pom Java Driver for Scylla and Apache Cassandra A driver for Scylla and Apache Cassandra(R) 2.1+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's native protocol versions 3 and above. @@ -1033,7 +1033,7 @@ height="0" width="0" style="display:none;visibility:hidden"> scm:git:https://github.com/scylladb/java-driver scm:git:https://github.com/scylladb/java-driver https://github.com/scylladb/java-driver - HEAD + 4.18.1.0 diff --git a/query-builder/pom.xml b/query-builder/pom.xml index d718fce2d23..1ad8ce86175 100644 --- a/query-builder/pom.xml +++ b/query-builder/pom.xml @@ -28,7 +28,7 @@ com.scylladb java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 java-driver-query-builder bundle diff --git a/test-infra/pom.xml b/test-infra/pom.xml index 8c775ce4a93..e14e2010af1 100644 --- a/test-infra/pom.xml +++ b/test-infra/pom.xml @@ -28,7 +28,7 @@ com.scylladb java-driver-parent - 4.18.1.0-SNAPSHOT + 4.18.1.0 java-driver-test-infra bundle