This is an automated email from the ASF dual-hosted git repository. lakshsingla pushed a commit to tag druid-29.0.0-rc1 in repository https://gitbox.apache.org/repos/asf/druid.git
commit 0086ae43a766e2b12afa4917999b5efe8aa7fd3e Author: Laksh Singla <[email protected]> AuthorDate: Mon Feb 12 22:46:34 2024 +0530 [maven-release-plugin] prepare release druid-29.0.0-rc1 --- benchmarks/pom.xml | 2 +- cloud/aws-common/pom.xml | 2 +- cloud/gcp-common/pom.xml | 2 +- distribution/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/ddsketch/pom.xml | 2 +- extensions-contrib/distinctcount/pom.xml | 2 +- extensions-contrib/dropwizard-emitter/pom.xml | 2 +- extensions-contrib/druid-deltalake-extensions/pom.xml | 6 ++---- extensions-contrib/druid-iceberg-extensions/pom.xml | 6 ++---- 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/spectator-histogram/pom.xml | 6 ++---- 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 | 5 ++--- 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 | 5 ++--- 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 +- indexing-hadoop/pom.xml | 2 +- indexing-service/pom.xml | 5 ++--- integration-tests-ex/cases/pom.xml | 6 ++---- integration-tests-ex/image/pom.xml | 2 +- integration-tests-ex/tools/pom.xml | 6 ++---- integration-tests/pom.xml | 2 +- pom.xml | 11 +++++------ processing/pom.xml | 5 ++--- server/pom.xml | 2 +- services/pom.xml | 2 +- sql/pom.xml | 5 ++--- web-console/pom.xml | 2 +- 77 files changed, 101 insertions(+), 129 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 78db822cadf..244fe9609b1 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> </parent> <dependencies> diff --git a/cloud/aws-common/pom.xml b/cloud/aws-common/pom.xml index 50bf6d92bf1..0ed860e6013 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/cloud/gcp-common/pom.xml b/cloud/gcp-common/pom.xml index 31e42103379..cb042b9147d 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/distribution/pom.xml b/distribution/pom.xml index 14013a7a5f5..9350d83b3a5 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -30,7 +30,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> </parent> <dependencies> diff --git a/extensions-contrib/aliyun-oss-extensions/pom.xml b/extensions-contrib/aliyun-oss-extensions/pom.xml index a33a952c286..1fc11757761 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>29.0.0-SNAPSHOT</version> + <version>29.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 eabf46bfcda..5bdaaba30d3 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>29.0.0-SNAPSHOT</version> + <version>29.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 0760ed3cd3d..d4b65ea9200 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>29.0.0-SNAPSHOT</version> + <version>29.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 e146dcb86ed..705fe837cff 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>29.0.0-SNAPSHOT</version> + <version>29.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 0b30e423bc3..bc2d9072459 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/ddsketch/pom.xml b/extensions-contrib/ddsketch/pom.xml index 0ad68cd4940..b18767a997c 100644 --- a/extensions-contrib/ddsketch/pom.xml +++ b/extensions-contrib/ddsketch/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-contrib/distinctcount/pom.xml b/extensions-contrib/distinctcount/pom.xml index 772e5c4d3ae..958750d6e0c 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>29.0.0-SNAPSHOT</version> + <version>29.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 b28e659ead8..489d8805e6f 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/druid-deltalake-extensions/pom.xml b/extensions-contrib/druid-deltalake-extensions/pom.xml index 9f570ddaf31..b3c89375fda 100644 --- a/extensions-contrib/druid-deltalake-extensions/pom.xml +++ b/extensions-contrib/druid-deltalake-extensions/pom.xml @@ -17,9 +17,7 @@ ~ 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"> <groupId>org.apache.druid.extensions.contrib</groupId> <artifactId>druid-deltalake-extensions</artifactId> @@ -29,7 +27,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-contrib/druid-iceberg-extensions/pom.xml b/extensions-contrib/druid-iceberg-extensions/pom.xml index 4056f0f6261..3209ff0fe12 100644 --- a/extensions-contrib/druid-iceberg-extensions/pom.xml +++ b/extensions-contrib/druid-iceberg-extensions/pom.xml @@ -17,9 +17,7 @@ ~ 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"> <groupId>org.apache.druid.extensions.contrib</groupId> <artifactId>druid-iceberg-extensions</artifactId> @@ -29,7 +27,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-contrib/gce-extensions/pom.xml b/extensions-contrib/gce-extensions/pom.xml index 675dbcb1504..95fd479d428 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>29.0.0-SNAPSHOT</version> + <version>29.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 205a91994f7..0b0c6f6b475 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>29.0.0-SNAPSHOT</version> + <version>29.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 4ef7f51d5c3..53a33f16a7b 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>29.0.0-SNAPSHOT</version> + <version>29.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 9a0b8c3bc37..e36814dd0a8 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>29.0.0-SNAPSHOT</version> + <version>29.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 07e0d7f599c..e5edf0171a1 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>29.0.0-SNAPSHOT</version> + <version>29.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 84770340f24..96ae9133cac 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>29.0.0-SNAPSHOT</version> + <version>29.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 ff35634c2a7..25d43af24c9 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>29.0.0-SNAPSHOT</version> + <version>29.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 a21eab306a3..27dad8a397e 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>29.0.0-SNAPSHOT</version> + <version>29.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 8c8dd1a4793..f082754413d 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>29.0.0-SNAPSHOT</version> + <version>29.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 4ea9f244046..1d84a741f5f 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>29.0.0-SNAPSHOT</version> + <version>29.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 6a79a156579..bccdcf8cf3f 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>29.0.0-SNAPSHOT</version> + <version>29.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 40e8fecca90..2943ce72042 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>29.0.0-SNAPSHOT</version> + <version>29.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 cdfff7984db..0b03b5cc127 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>29.0.0-SNAPSHOT</version> + <version>29.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 db7f33525e2..90f453dec1c 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/spectator-histogram/pom.xml b/extensions-contrib/spectator-histogram/pom.xml index cf15f4bf000..4996e1010d1 100644 --- a/extensions-contrib/spectator-histogram/pom.xml +++ b/extensions-contrib/spectator-histogram/pom.xml @@ -18,13 +18,11 @@ ~ 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions-contrib/sqlserver-metadata-storage/pom.xml b/extensions-contrib/sqlserver-metadata-storage/pom.xml index 7b035c7268e..176f751187f 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>29.0.0-SNAPSHOT</version> + <version>29.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 f61d73f6b33..893acb7eb37 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>29.0.0-SNAPSHOT</version> + <version>29.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 37525615ad4..f8334c058c9 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>29.0.0-SNAPSHOT</version> + <version>29.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 9864c1bc97f..3dd277d495d 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>29.0.0-SNAPSHOT</version> + <version>29.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 886b4bc7dd3..34a8ab11f5e 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>29.0.0-SNAPSHOT</version> + <version>29.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 13181ab91a6..13df898d658 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>29.0.0-SNAPSHOT</version> + <version>29.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 45f4717d4ad..777c0973541 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>29.0.0-SNAPSHOT</version> + <version>29.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 33a9abbd069..b4922b31e52 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/datasketches/pom.xml b/extensions-core/datasketches/pom.xml index c99cd793e8f..c3b364ba125 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>29.0.0-SNAPSHOT</version> + <version>29.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 fde6cc3e51d..fefff768e82 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>29.0.0-SNAPSHOT</version> + <version>29.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 707bf51bde2..26e6e32018f 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>29.0.0-SNAPSHOT</version> + <version>29.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 8ad65ff617f..1a5a4e50583 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>29.0.0-SNAPSHOT</version> + <version>29.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 e86142b55d4..7aaf7236277 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>29.0.0-SNAPSHOT</version> + <version>29.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 d998b2715fa..18911a10517 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>29.0.0-SNAPSHOT</version> + <version>29.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 aed4ab5a489..90e9747348a 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>29.0.0-SNAPSHOT</version> + <version>29.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 d30f1a2d236..5721d00ac53 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>29.0.0-SNAPSHOT</version> + <version>29.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 37c4a3a910f..c367d553807 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>29.0.0-SNAPSHOT</version> + <version>29.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 b13428242ea..d712a79ff27 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>29.0.0-SNAPSHOT</version> + <version>29.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 d8c133875a9..9dfba05d270 100644 --- a/extensions-core/hdfs-storage/pom.xml +++ b/extensions-core/hdfs-storage/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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/histogram/pom.xml b/extensions-core/histogram/pom.xml index 96176516e13..5f5be18d365 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>29.0.0-SNAPSHOT</version> + <version>29.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 7e14613a95e..b82f9128ed8 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>29.0.0-SNAPSHOT</version> + <version>29.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 d2a3fe76971..bba9cd9cf56 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>29.0.0-SNAPSHOT</version> + <version>29.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 4ac0d4ec3be..63996261195 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>29.0.0-SNAPSHOT</version> + <version>29.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 304a5af0a7a..4b601885a38 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>29.0.0-SNAPSHOT</version> + <version>29.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 92e81b1329d..5cfcc9b658e 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>29.0.0-SNAPSHOT</version> + <version>29.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 a73339d11c8..24e559273cb 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>29.0.0-SNAPSHOT</version> + <version>29.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 59184f2441b..780f8d5d7af 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>29.0.0-SNAPSHOT</version> + <version>29.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 a390fb34888..9de1ff79409 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>29.0.0-SNAPSHOT</version> + <version>29.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 1c48bf2c17e..7f9276f057e 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>29.0.0-SNAPSHOT</version> + <version>29.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 b72afc7d890..749e5143620 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>29.0.0-SNAPSHOT</version> + <version>29.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 0febafe9abe..482ccf816a0 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>29.0.0-SNAPSHOT</version> + <version>29.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 091b6b133ef..80b51148648 100644 --- a/extensions-core/protobuf-extensions/pom.xml +++ b/extensions-core/protobuf-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/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> @@ -30,7 +29,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>29.0.0-SNAPSHOT</version> + <version>29.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 ee99538442b..0ddc63d3f76 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>29.0.0-SNAPSHOT</version> + <version>29.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 fc617482a14..04e6feff546 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>29.0.0-SNAPSHOT</version> + <version>29.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 c2beb98db97..f96e0a2cdf3 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>29.0.0-SNAPSHOT</version> + <version>29.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 e08de12d887..bcc5acfe39c 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/indexing-hadoop/pom.xml b/indexing-hadoop/pom.xml index 5995e9bb230..3b1d0278e9e 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> </parent> <dependencies> diff --git a/indexing-service/pom.xml b/indexing-service/pom.xml index 6950fd2cf81..fa2e9d12786 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> </parent> <dependencies> diff --git a/integration-tests-ex/cases/pom.xml b/integration-tests-ex/cases/pom.xml index 4eb51f9b75d..ec3ecb9a0a1 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/integration-tests-ex/image/pom.xml b/integration-tests-ex/image/pom.xml index d388ef2676c..42cb395e11e 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>29.0.0-SNAPSHOT</version> + <version>29.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 5096abd409e..a09d59a0e26 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 2193dafd855..35775a8cef2 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> </parent> <repositories> diff --git a/pom.xml b/pom.xml index 894260adb8f..3ad12b43255 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>29.0.0-SNAPSHOT</version> + <version>29.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>29.0.0-SNAPSHOT</tag> + <tag>druid-29.0.0-rc1</tag> </scm> <properties> @@ -115,8 +115,7 @@ <hadoop.compile.version>3.3.6</hadoop.compile.version> <mockito.version>5.5.0</mockito.version> <!-- mockito-inline artifact was removed in mockito 5.3 (mockito 5.x is required for Java >17), - however it is required in some cases when running against mockito 4.x (mockito 4.x is required for Java <11. - We use the following property to pick the proper artifact based on Java version (see pre-java-11 profile) --> + however it is required in some cases when running against mockito 4.x (mockito 4.x is required for Java <11. We use the following property to pick the proper artifact based on Java version (see pre-java-11 profile) --> <mockito.inline.artifact>core</mockito.inline.artifact> <aws.sdk.version>1.12.638</aws.sdk.version> <caffeine.version>2.8.0</caffeine.version> @@ -153,7 +152,7 @@ --> <jacocoArgLine /> <!-- used to enable continuous profiling of jdk17 unit tests in github actions --> - <jfrProfilerArgLine></jfrProfilerArgLine> + <jfrProfilerArgLine /> </properties> <modules> @@ -1720,7 +1719,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 7f4a6d7fffd..508dda2ef3f 100644 --- a/processing/pom.xml +++ b/processing/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-processing</artifactId> @@ -29,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> </parent> <properties> diff --git a/server/pom.xml b/server/pom.xml index 6b0ef65f06d..ecd4e3e5464 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> </parent> <dependencies> diff --git a/services/pom.xml b/services/pom.xml index c94fb0714cd..c42d72f9865 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> </parent> <dependencies> diff --git a/sql/pom.xml b/sql/pom.xml index d6de3ff0bd9..9526131afbc 100644 --- a/sql/pom.xml +++ b/sql/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-sql</artifactId> @@ -29,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> </parent> <dependencies> diff --git a/web-console/pom.xml b/web-console/pom.xml index 33d5b6f0449..c94ad5b40ef 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>29.0.0-SNAPSHOT</version> + <version>29.0.0</version> </parent> <properties> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
