This is an automated email from the ASF dual-hosted git repository. kfaraz pushed a commit to branch 25.0.0 in repository https://gitbox.apache.org/repos/asf/druid.git
commit 47928133f95b8846f5432b6c746803dbeb4ed186 Author: Kashif Faraz <[email protected]> AuthorDate: Sat Dec 17 21:02:44 2022 +0530 [maven-release-plugin] prepare release druid-25.0.0-rc1 --- benchmarks/pom.xml | 2 +- cloud/aws-common/pom.xml | 2 +- cloud/gcp-common/pom.xml | 2 +- core/pom.xml | 2 +- distribution/pom.xml | 2 +- extendedset/pom.xml | 2 +- extensions-contrib/aliyun-oss-extensions/pom.xml | 2 +- extensions-contrib/ambari-metrics-emitter/pom.xml | 2 +- extensions-contrib/cassandra-storage/pom.xml | 2 +- extensions-contrib/cloudfiles-extensions/pom.xml | 2 +- extensions-contrib/compressed-bigdecimal/pom.xml | 6 ++---- extensions-contrib/distinctcount/pom.xml | 2 +- extensions-contrib/dropwizard-emitter/pom.xml | 2 +- extensions-contrib/gce-extensions/pom.xml | 2 +- extensions-contrib/graphite-emitter/pom.xml | 2 +- extensions-contrib/influx-extensions/pom.xml | 2 +- extensions-contrib/influxdb-emitter/pom.xml | 2 +- extensions-contrib/kafka-emitter/pom.xml | 2 +- extensions-contrib/kubernetes-overlord-extensions/pom.xml | 5 ++--- extensions-contrib/materialized-view-maintenance/pom.xml | 2 +- extensions-contrib/materialized-view-selection/pom.xml | 2 +- extensions-contrib/momentsketch/pom.xml | 2 +- extensions-contrib/moving-average-query/pom.xml | 2 +- extensions-contrib/opentelemetry-emitter/pom.xml | 8 +++----- extensions-contrib/opentsdb-emitter/pom.xml | 2 +- extensions-contrib/prometheus-emitter/pom.xml | 6 ++---- extensions-contrib/redis-cache/pom.xml | 2 +- extensions-contrib/sqlserver-metadata-storage/pom.xml | 2 +- extensions-contrib/statsd-emitter/pom.xml | 2 +- extensions-contrib/tdigestsketch/pom.xml | 2 +- extensions-contrib/thrift-extensions/pom.xml | 2 +- extensions-contrib/time-min-max/pom.xml | 2 +- extensions-contrib/virtual-columns/pom.xml | 2 +- extensions-core/avro-extensions/pom.xml | 2 +- extensions-core/azure-extensions/pom.xml | 2 +- extensions-core/datasketches/pom.xml | 2 +- extensions-core/druid-aws-rds-extensions/pom.xml | 5 ++--- extensions-core/druid-basic-security/pom.xml | 2 +- extensions-core/druid-bloom-filter/pom.xml | 2 +- extensions-core/druid-catalog/pom.xml | 5 ++--- extensions-core/druid-kerberos/pom.xml | 2 +- extensions-core/druid-pac4j/pom.xml | 2 +- extensions-core/druid-ranger-security/pom.xml | 2 +- extensions-core/ec2-extensions/pom.xml | 2 +- extensions-core/google-extensions/pom.xml | 2 +- extensions-core/hdfs-storage/pom.xml | 2 +- extensions-core/histogram/pom.xml | 2 +- extensions-core/kafka-extraction-namespace/pom.xml | 5 ++--- extensions-core/kafka-indexing-service/pom.xml | 2 +- extensions-core/kinesis-indexing-service/pom.xml | 2 +- extensions-core/kubernetes-extensions/pom.xml | 5 ++--- extensions-core/lookups-cached-global/pom.xml | 2 +- extensions-core/lookups-cached-single/pom.xml | 2 +- extensions-core/multi-stage-query/pom.xml | 5 ++--- extensions-core/mysql-metadata-storage/pom.xml | 2 +- extensions-core/orc-extensions/pom.xml | 2 +- extensions-core/parquet-extensions/pom.xml | 2 +- extensions-core/postgresql-metadata-storage/pom.xml | 2 +- extensions-core/protobuf-extensions/pom.xml | 2 +- extensions-core/s3-extensions/pom.xml | 2 +- extensions-core/simple-client-sslcontext/pom.xml | 2 +- extensions-core/stats/pom.xml | 2 +- extensions-core/testing-tools/pom.xml | 2 +- hll/pom.xml | 2 +- indexing-hadoop/pom.xml | 2 +- indexing-service/pom.xml | 5 ++--- integration-tests-ex/cases/pom.xml | 8 +++----- integration-tests-ex/image/pom.xml | 2 +- integration-tests-ex/tools/pom.xml | 6 ++---- integration-tests/pom.xml | 2 +- pom.xml | 6 +++--- processing/pom.xml | 2 +- server/pom.xml | 2 +- services/pom.xml | 2 +- sql/pom.xml | 2 +- web-console/pom.xml | 2 +- website/pom.xml | 2 +- 77 files changed, 93 insertions(+), 110 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 842fe65f86..e450f0120f 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <dependencies> diff --git a/cloud/aws-common/pom.xml b/cloud/aws-common/pom.xml index 73c0288dfa..cacc5f01f9 100644 --- a/cloud/aws-common/pom.xml +++ b/cloud/aws-common/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/cloud/gcp-common/pom.xml b/cloud/gcp-common/pom.xml index d755b7cf84..3bb78ff107 100644 --- a/cloud/gcp-common/pom.xml +++ b/cloud/gcp-common/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/core/pom.xml b/core/pom.xml index 2f8b9dc0b1..2f9ab8bc6a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -29,7 +29,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <properties> diff --git a/distribution/pom.xml b/distribution/pom.xml index e2b7773b09..12e7b04afc 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -30,7 +30,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <dependencies> diff --git a/extendedset/pom.xml b/extendedset/pom.xml index bdd52ead16..836637e674 100755 --- a/extendedset/pom.xml +++ b/extendedset/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <dependencies> diff --git a/extensions-contrib/aliyun-oss-extensions/pom.xml b/extensions-contrib/aliyun-oss-extensions/pom.xml index 4fdde743a9..ec832c904c 100644 --- a/extensions-contrib/aliyun-oss-extensions/pom.xml +++ b/extensions-contrib/aliyun-oss-extensions/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/ambari-metrics-emitter/pom.xml b/extensions-contrib/ambari-metrics-emitter/pom.xml index a267edc554..774f587a89 100644 --- a/extensions-contrib/ambari-metrics-emitter/pom.xml +++ b/extensions-contrib/ambari-metrics-emitter/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/cassandra-storage/pom.xml b/extensions-contrib/cassandra-storage/pom.xml index d9ed4ccff5..8492f63108 100644 --- a/extensions-contrib/cassandra-storage/pom.xml +++ b/extensions-contrib/cassandra-storage/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/cloudfiles-extensions/pom.xml b/extensions-contrib/cloudfiles-extensions/pom.xml index 3bd9c32203..2550b68cc6 100644 --- a/extensions-contrib/cloudfiles-extensions/pom.xml +++ b/extensions-contrib/cloudfiles-extensions/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/compressed-bigdecimal/pom.xml b/extensions-contrib/compressed-bigdecimal/pom.xml index a9929c3c94..d912a59164 100644 --- a/extensions-contrib/compressed-bigdecimal/pom.xml +++ b/extensions-contrib/compressed-bigdecimal/pom.xml @@ -17,15 +17,13 @@ ~ specific language governing permissions and limitations ~ under the License. --> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/distinctcount/pom.xml b/extensions-contrib/distinctcount/pom.xml index 7dd0b77f69..febac5b652 100644 --- a/extensions-contrib/distinctcount/pom.xml +++ b/extensions-contrib/distinctcount/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/dropwizard-emitter/pom.xml b/extensions-contrib/dropwizard-emitter/pom.xml index 714ac2090d..cb1fd7ea49 100644 --- a/extensions-contrib/dropwizard-emitter/pom.xml +++ b/extensions-contrib/dropwizard-emitter/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/gce-extensions/pom.xml b/extensions-contrib/gce-extensions/pom.xml index 3a3fb73b1b..e2e3a87283 100644 --- a/extensions-contrib/gce-extensions/pom.xml +++ b/extensions-contrib/gce-extensions/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-contrib/graphite-emitter/pom.xml b/extensions-contrib/graphite-emitter/pom.xml index e44036db51..f531eb2083 100644 --- a/extensions-contrib/graphite-emitter/pom.xml +++ b/extensions-contrib/graphite-emitter/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/influx-extensions/pom.xml b/extensions-contrib/influx-extensions/pom.xml index 326cea69f8..1334d41655 100644 --- a/extensions-contrib/influx-extensions/pom.xml +++ b/extensions-contrib/influx-extensions/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/influxdb-emitter/pom.xml b/extensions-contrib/influxdb-emitter/pom.xml index 01381b799c..a835588f7b 100644 --- a/extensions-contrib/influxdb-emitter/pom.xml +++ b/extensions-contrib/influxdb-emitter/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/kafka-emitter/pom.xml b/extensions-contrib/kafka-emitter/pom.xml index 38ef7efcf5..5af7d69fc2 100644 --- a/extensions-contrib/kafka-emitter/pom.xml +++ b/extensions-contrib/kafka-emitter/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/kubernetes-overlord-extensions/pom.xml b/extensions-contrib/kubernetes-overlord-extensions/pom.xml index ffd9457411..bf76c7eb0d 100644 --- a/extensions-contrib/kubernetes-overlord-extensions/pom.xml +++ b/extensions-contrib/kubernetes-overlord-extensions/pom.xml @@ -18,8 +18,7 @@ ~ under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.druid.extensions.contrib</groupId> @@ -30,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/materialized-view-maintenance/pom.xml b/extensions-contrib/materialized-view-maintenance/pom.xml index 449d2324aa..b71d7b3e0c 100644 --- a/extensions-contrib/materialized-view-maintenance/pom.xml +++ b/extensions-contrib/materialized-view-maintenance/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-contrib/materialized-view-selection/pom.xml b/extensions-contrib/materialized-view-selection/pom.xml index c65bccd0bc..19f7959772 100644 --- a/extensions-contrib/materialized-view-selection/pom.xml +++ b/extensions-contrib/materialized-view-selection/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-contrib/momentsketch/pom.xml b/extensions-contrib/momentsketch/pom.xml index 1d6afba02d..50b595dc0e 100644 --- a/extensions-contrib/momentsketch/pom.xml +++ b/extensions-contrib/momentsketch/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-contrib/moving-average-query/pom.xml b/extensions-contrib/moving-average-query/pom.xml index d53c79b3f9..eda007c36e 100644 --- a/extensions-contrib/moving-average-query/pom.xml +++ b/extensions-contrib/moving-average-query/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/opentelemetry-emitter/pom.xml b/extensions-contrib/opentelemetry-emitter/pom.xml index 5a1c4027e7..fadad1789e 100644 --- a/extensions-contrib/opentelemetry-emitter/pom.xml +++ b/extensions-contrib/opentelemetry-emitter/pom.xml @@ -17,13 +17,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -177,7 +175,7 @@ so we need to relocate the class names of the implementation classes. More about SPI - https://docs.oracle.com/javase/tutorial/ext/basics/spi.html. https://maven.apache.org/plugins/maven-shade-plugin/examples/resource-transformers.html. --> - <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> </transformers> <artifactSet> <includes> diff --git a/extensions-contrib/opentsdb-emitter/pom.xml b/extensions-contrib/opentsdb-emitter/pom.xml index 18fd9c6144..eccdcc3136 100644 --- a/extensions-contrib/opentsdb-emitter/pom.xml +++ b/extensions-contrib/opentsdb-emitter/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/prometheus-emitter/pom.xml b/extensions-contrib/prometheus-emitter/pom.xml index 63e7fba6d5..92d42b1e2c 100644 --- a/extensions-contrib/prometheus-emitter/pom.xml +++ b/extensions-contrib/prometheus-emitter/pom.xml @@ -17,13 +17,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-contrib/redis-cache/pom.xml b/extensions-contrib/redis-cache/pom.xml index f7ec74e8b2..ba81398991 100644 --- a/extensions-contrib/redis-cache/pom.xml +++ b/extensions-contrib/redis-cache/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/sqlserver-metadata-storage/pom.xml b/extensions-contrib/sqlserver-metadata-storage/pom.xml index 67c78fbb81..db56725d68 100644 --- a/extensions-contrib/sqlserver-metadata-storage/pom.xml +++ b/extensions-contrib/sqlserver-metadata-storage/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/statsd-emitter/pom.xml b/extensions-contrib/statsd-emitter/pom.xml index e4aad827e2..b45b66cc29 100644 --- a/extensions-contrib/statsd-emitter/pom.xml +++ b/extensions-contrib/statsd-emitter/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-contrib/tdigestsketch/pom.xml b/extensions-contrib/tdigestsketch/pom.xml index 7d271fb067..e0aab15bd1 100644 --- a/extensions-contrib/tdigestsketch/pom.xml +++ b/extensions-contrib/tdigestsketch/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-contrib/thrift-extensions/pom.xml b/extensions-contrib/thrift-extensions/pom.xml index 70aef1f61a..976730516f 100644 --- a/extensions-contrib/thrift-extensions/pom.xml +++ b/extensions-contrib/thrift-extensions/pom.xml @@ -28,7 +28,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-contrib/time-min-max/pom.xml b/extensions-contrib/time-min-max/pom.xml index a11c793679..69e2f571ea 100644 --- a/extensions-contrib/time-min-max/pom.xml +++ b/extensions-contrib/time-min-max/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-contrib/virtual-columns/pom.xml b/extensions-contrib/virtual-columns/pom.xml index abdc8606e4..b9ceec8ba5 100644 --- a/extensions-contrib/virtual-columns/pom.xml +++ b/extensions-contrib/virtual-columns/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/avro-extensions/pom.xml b/extensions-core/avro-extensions/pom.xml index fcabcd7c9d..444e72ca05 100644 --- a/extensions-core/avro-extensions/pom.xml +++ b/extensions-core/avro-extensions/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/azure-extensions/pom.xml b/extensions-core/azure-extensions/pom.xml index 6a01cea8a3..c0fec2ebe8 100644 --- a/extensions-core/azure-extensions/pom.xml +++ b/extensions-core/azure-extensions/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/datasketches/pom.xml b/extensions-core/datasketches/pom.xml index a37efd2dc2..c743502ae6 100644 --- a/extensions-core/datasketches/pom.xml +++ b/extensions-core/datasketches/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/druid-aws-rds-extensions/pom.xml b/extensions-core/druid-aws-rds-extensions/pom.xml index b18e1aea72..4d620fed48 100644 --- a/extensions-core/druid-aws-rds-extensions/pom.xml +++ b/extensions-core/druid-aws-rds-extensions/pom.xml @@ -18,8 +18,7 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.druid.extensions</groupId> @@ -30,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/druid-basic-security/pom.xml b/extensions-core/druid-basic-security/pom.xml index c8a3ab20e8..4764bbb654 100644 --- a/extensions-core/druid-basic-security/pom.xml +++ b/extensions-core/druid-basic-security/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/druid-bloom-filter/pom.xml b/extensions-core/druid-bloom-filter/pom.xml index 0bc86e8e27..7fcadb6443 100644 --- a/extensions-core/druid-bloom-filter/pom.xml +++ b/extensions-core/druid-bloom-filter/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/druid-catalog/pom.xml b/extensions-core/druid-catalog/pom.xml index 0678f95ff0..afebd08d35 100644 --- a/extensions-core/druid-catalog/pom.xml +++ b/extensions-core/druid-catalog/pom.xml @@ -19,8 +19,7 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.druid.extensions</groupId> @@ -31,7 +30,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/druid-kerberos/pom.xml b/extensions-core/druid-kerberos/pom.xml index a2d2483482..d5d078cfc3 100644 --- a/extensions-core/druid-kerberos/pom.xml +++ b/extensions-core/druid-kerberos/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/druid-pac4j/pom.xml b/extensions-core/druid-pac4j/pom.xml index e3e6758004..8b6287b573 100644 --- a/extensions-core/druid-pac4j/pom.xml +++ b/extensions-core/druid-pac4j/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/druid-ranger-security/pom.xml b/extensions-core/druid-ranger-security/pom.xml index 39d42ccb26..0d193d4c81 100644 --- a/extensions-core/druid-ranger-security/pom.xml +++ b/extensions-core/druid-ranger-security/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/ec2-extensions/pom.xml b/extensions-core/ec2-extensions/pom.xml index 57f41e3ce8..ce683d9112 100644 --- a/extensions-core/ec2-extensions/pom.xml +++ b/extensions-core/ec2-extensions/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/google-extensions/pom.xml b/extensions-core/google-extensions/pom.xml index c29738a0cb..5f3a274834 100644 --- a/extensions-core/google-extensions/pom.xml +++ b/extensions-core/google-extensions/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/hdfs-storage/pom.xml b/extensions-core/hdfs-storage/pom.xml index 83a6fd8b18..fec9ff4c3c 100644 --- a/extensions-core/hdfs-storage/pom.xml +++ b/extensions-core/hdfs-storage/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/histogram/pom.xml b/extensions-core/histogram/pom.xml index 9dd8214780..c62e7f266b 100644 --- a/extensions-core/histogram/pom.xml +++ b/extensions-core/histogram/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/kafka-extraction-namespace/pom.xml b/extensions-core/kafka-extraction-namespace/pom.xml index 29f39f4dc2..2583cc61ba 100644 --- a/extensions-core/kafka-extraction-namespace/pom.xml +++ b/extensions-core/kafka-extraction-namespace/pom.xml @@ -18,8 +18,7 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.druid.extensions</groupId> <artifactId>druid-kafka-extraction-namespace</artifactId> @@ -29,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/kafka-indexing-service/pom.xml b/extensions-core/kafka-indexing-service/pom.xml index 61102acc2b..b1a93c4039 100644 --- a/extensions-core/kafka-indexing-service/pom.xml +++ b/extensions-core/kafka-indexing-service/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/kinesis-indexing-service/pom.xml b/extensions-core/kinesis-indexing-service/pom.xml index 166b0291e0..caecc79553 100644 --- a/extensions-core/kinesis-indexing-service/pom.xml +++ b/extensions-core/kinesis-indexing-service/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/kubernetes-extensions/pom.xml b/extensions-core/kubernetes-extensions/pom.xml index 80e110f231..abb25ff56f 100644 --- a/extensions-core/kubernetes-extensions/pom.xml +++ b/extensions-core/kubernetes-extensions/pom.xml @@ -18,8 +18,7 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.druid.extensions</groupId> @@ -30,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/lookups-cached-global/pom.xml b/extensions-core/lookups-cached-global/pom.xml index b9538f7cac..ace58f39f6 100644 --- a/extensions-core/lookups-cached-global/pom.xml +++ b/extensions-core/lookups-cached-global/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/lookups-cached-single/pom.xml b/extensions-core/lookups-cached-single/pom.xml index de98aaa38b..c93718024b 100644 --- a/extensions-core/lookups-cached-single/pom.xml +++ b/extensions-core/lookups-cached-single/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/multi-stage-query/pom.xml b/extensions-core/multi-stage-query/pom.xml index f8382a967b..e11823367f 100644 --- a/extensions-core/multi-stage-query/pom.xml +++ b/extensions-core/multi-stage-query/pom.xml @@ -19,8 +19,7 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.druid.extensions</groupId> @@ -31,7 +30,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/mysql-metadata-storage/pom.xml b/extensions-core/mysql-metadata-storage/pom.xml index de6512d44d..9a13b0cd56 100644 --- a/extensions-core/mysql-metadata-storage/pom.xml +++ b/extensions-core/mysql-metadata-storage/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/orc-extensions/pom.xml b/extensions-core/orc-extensions/pom.xml index 57812e840d..a5f0cf5fbb 100644 --- a/extensions-core/orc-extensions/pom.xml +++ b/extensions-core/orc-extensions/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-core/parquet-extensions/pom.xml b/extensions-core/parquet-extensions/pom.xml index 2870b5c1db..7fe0e84502 100644 --- a/extensions-core/parquet-extensions/pom.xml +++ b/extensions-core/parquet-extensions/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-core/postgresql-metadata-storage/pom.xml b/extensions-core/postgresql-metadata-storage/pom.xml index f6c3b85343..277dd25e9e 100644 --- a/extensions-core/postgresql-metadata-storage/pom.xml +++ b/extensions-core/postgresql-metadata-storage/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/protobuf-extensions/pom.xml b/extensions-core/protobuf-extensions/pom.xml index 4e717f5df5..50ac707ca7 100644 --- a/extensions-core/protobuf-extensions/pom.xml +++ b/extensions-core/protobuf-extensions/pom.xml @@ -29,7 +29,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/s3-extensions/pom.xml b/extensions-core/s3-extensions/pom.xml index 14b6ff9f6c..c300d8d5ee 100644 --- a/extensions-core/s3-extensions/pom.xml +++ b/extensions-core/s3-extensions/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/simple-client-sslcontext/pom.xml b/extensions-core/simple-client-sslcontext/pom.xml index 9dd4416475..d37d9f6238 100644 --- a/extensions-core/simple-client-sslcontext/pom.xml +++ b/extensions-core/simple-client-sslcontext/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-core/stats/pom.xml b/extensions-core/stats/pom.xml index caddef0821..e49ceda2eb 100644 --- a/extensions-core/stats/pom.xml +++ b/extensions-core/stats/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/testing-tools/pom.xml b/extensions-core/testing-tools/pom.xml index f20c090969..b3eab55813 100644 --- a/extensions-core/testing-tools/pom.xml +++ b/extensions-core/testing-tools/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/hll/pom.xml b/hll/pom.xml index 876257a844..c3984a06de 100644 --- a/hll/pom.xml +++ b/hll/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <artifactId>druid-hll</artifactId> diff --git a/indexing-hadoop/pom.xml b/indexing-hadoop/pom.xml index d93a8c6982..05e8c39590 100644 --- a/indexing-hadoop/pom.xml +++ b/indexing-hadoop/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <dependencies> diff --git a/indexing-service/pom.xml b/indexing-service/pom.xml index cba1cace70..e23a8c1caf 100644 --- a/indexing-service/pom.xml +++ b/indexing-service/pom.xml @@ -18,8 +18,7 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>druid-indexing-service</artifactId> @@ -29,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <dependencies> diff --git a/integration-tests-ex/cases/pom.xml b/integration-tests-ex/cases/pom.xml index 92a632d1f1..b7d31cee7d 100644 --- a/integration-tests-ex/cases/pom.xml +++ b/integration-tests-ex/cases/pom.xml @@ -18,9 +18,7 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.druid.integration-tests</groupId> @@ -31,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -181,7 +179,7 @@ <dependency> <groupId>org.apache.druid</groupId> <artifactId>druid-sql</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </dependency> <dependency> <groupId>org.apache.druid.extensions</groupId> diff --git a/integration-tests-ex/image/pom.xml b/integration-tests-ex/image/pom.xml index 649367f056..802dbfaf06 100644 --- a/integration-tests-ex/image/pom.xml +++ b/integration-tests-ex/image/pom.xml @@ -46,7 +46,7 @@ Reference: https://dzone.com/articles/build-docker-image-from-maven <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/integration-tests-ex/tools/pom.xml b/integration-tests-ex/tools/pom.xml index fe7777ebf1..1084ed5bda 100644 --- a/integration-tests-ex/tools/pom.xml +++ b/integration-tests-ex/tools/pom.xml @@ -18,9 +18,7 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.druid.integration-tests</groupId> @@ -31,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 4dc88f517f..0e7d359c3b 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <repositories> diff --git a/pom.xml b/pom.xml index 9cddaf49cb..aa776652d6 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> <packaging>pom</packaging> <name>Druid</name> @@ -66,7 +66,7 @@ <connection>scm:git:ssh://[email protected]/apache/druid.git</connection> <developerConnection>scm:git:ssh://[email protected]/apache/druid.git</developerConnection> <url>https://github.com/apache/druid.git</url> - <tag>0.19.0-SNAPSHOT</tag> + <tag>druid-25.0.0-rc1</tag> </scm> <properties> @@ -1569,7 +1569,7 @@ <trimStackTrace>false</trimStackTrace> <!-- our tests are very verbose, let's keep the volume down --> <redirectTestOutputToFile>true</redirectTestOutputToFile> - <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/> + <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" /> </configuration> </plugin> <plugin> diff --git a/processing/pom.xml b/processing/pom.xml index c05e154998..94ab3cecb6 100644 --- a/processing/pom.xml +++ b/processing/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <dependencies> diff --git a/server/pom.xml b/server/pom.xml index d4bafbb23b..e0dacb36c5 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <dependencies> diff --git a/services/pom.xml b/services/pom.xml index d53a7229dd..d0d9ae5176 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <dependencies> diff --git a/sql/pom.xml b/sql/pom.xml index 28f7eecffc..9bb93c2bef 100644 --- a/sql/pom.xml +++ b/sql/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <dependencies> diff --git a/web-console/pom.xml b/web-console/pom.xml index 6e8f48f1a1..67a8d9294b 100644 --- a/web-console/pom.xml +++ b/web-console/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <properties> diff --git a/website/pom.xml b/website/pom.xml index a8b7bb659b..4a1ba2efc8 100644 --- a/website/pom.xml +++ b/website/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>25.0.0-SNAPSHOT</version> + <version>25.0.0</version> </parent> <properties> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
