This is an automated email from the ASF dual-hosted git repository. jonwei pushed a commit to branch 0.17.0 in repository https://gitbox.apache.org/repos/asf/druid.git
commit f37b9842f22c0a243a5811ac7e887cc188291ef1 Author: jon-wei <[email protected]> AuthorDate: Tue Jan 21 22:02:24 2020 -0800 [maven-release-plugin] prepare release druid-0.17.0-rc1 --- benchmarks/pom.xml | 2 +- cloud/aws-common/pom.xml | 2 +- cloud/gcp-common/pom.xml | 2 +- core/pom.xml | 6 ++---- distribution/pom.xml | 9 ++++----- extendedset/pom.xml | 5 ++--- extensions-contrib/ambari-metrics-emitter/pom.xml | 5 ++--- extensions-contrib/azure-extensions/pom.xml | 5 ++--- extensions-contrib/cassandra-storage/pom.xml | 2 +- extensions-contrib/cloudfiles-extensions/pom.xml | 5 ++--- extensions-contrib/distinctcount/pom.xml | 5 ++--- extensions-contrib/dropwizard-emitter/pom.xml | 5 ++--- extensions-contrib/graphite-emitter/pom.xml | 5 ++--- extensions-contrib/influx-extensions/pom.xml | 5 ++--- extensions-contrib/influxdb-emitter/pom.xml | 6 ++---- extensions-contrib/kafka-emitter/pom.xml | 5 ++--- extensions-contrib/materialized-view-maintenance/pom.xml | 6 ++---- extensions-contrib/materialized-view-selection/pom.xml | 6 ++---- extensions-contrib/momentsketch/pom.xml | 6 ++---- extensions-contrib/moving-average-query/pom.xml | 5 ++--- extensions-contrib/opentsdb-emitter/pom.xml | 6 ++---- extensions-contrib/redis-cache/pom.xml | 5 ++--- extensions-contrib/sqlserver-metadata-storage/pom.xml | 2 +- extensions-contrib/statsd-emitter/pom.xml | 6 ++---- extensions-contrib/tdigestsketch/pom.xml | 6 ++---- extensions-contrib/thrift-extensions/pom.xml | 6 ++---- extensions-contrib/time-min-max/pom.xml | 6 ++---- extensions-contrib/virtual-columns/pom.xml | 2 +- extensions-core/avro-extensions/pom.xml | 5 ++--- extensions-core/datasketches/pom.xml | 5 ++--- extensions-core/druid-basic-security/pom.xml | 6 ++---- extensions-core/druid-bloom-filter/pom.xml | 5 ++--- extensions-core/druid-kerberos/pom.xml | 5 ++--- extensions-core/ec2-extensions/pom.xml | 5 ++--- 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 | 5 ++--- extensions-core/lookups-cached-global/pom.xml | 5 ++--- extensions-core/lookups-cached-single/pom.xml | 5 ++--- extensions-core/mysql-metadata-storage/pom.xml | 2 +- extensions-core/orc-extensions/pom.xml | 6 ++---- extensions-core/parquet-extensions/pom.xml | 6 ++---- extensions-core/postgresql-metadata-storage/pom.xml | 2 +- extensions-core/protobuf-extensions/pom.xml | 6 ++---- extensions-core/s3-extensions/pom.xml | 5 ++--- extensions-core/simple-client-sslcontext/pom.xml | 6 ++---- extensions-core/stats/pom.xml | 2 +- hll/pom.xml | 2 +- indexing-hadoop/pom.xml | 2 +- indexing-service/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 15 +++++++-------- processing/pom.xml | 2 +- server/pom.xml | 2 +- services/pom.xml | 4 ++-- sql/pom.xml | 5 ++--- web-console/pom.xml | 2 +- 60 files changed, 107 insertions(+), 161 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 1d8da4d..1ff16c6 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <prerequisites> diff --git a/cloud/aws-common/pom.xml b/cloud/aws-common/pom.xml index 90deb20..b8c576d 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/cloud/gcp-common/pom.xml b/cloud/gcp-common/pom.xml index 553ad82..b586c42 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/core/pom.xml b/core/pom.xml index 484c58d..2834b5e 100644 --- a/core/pom.xml +++ b/core/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/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> @@ -31,7 +29,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <properties> diff --git a/distribution/pom.xml b/distribution/pom.xml index f9ff468..ba96143 100644 --- a/distribution/pom.xml +++ b/distribution/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> <packaging>pom</packaging> @@ -31,7 +30,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <dependencies> @@ -177,7 +176,7 @@ <executable>java</executable> <arguments> <argument>-classpath</argument> - <classpath/> + <classpath /> <argument>-Ddruid.extensions.loadList=[]</argument> <argument>-Ddruid.extensions.directory=${project.build.directory}/extensions </argument> @@ -362,7 +361,7 @@ <executable>java</executable> <arguments> <argument>-classpath</argument> - <classpath/> + <classpath /> <argument>-Ddruid.extensions.loadList=[]</argument> <argument>-Ddruid.extensions.directory=${project.build.directory}/extensions </argument> diff --git a/extendedset/pom.xml b/extendedset/pom.xml index 50e5e4d..383c459 100755 --- a/extendedset/pom.xml +++ b/extendedset/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> <artifactId>extendedset</artifactId> @@ -32,7 +31,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <dependencies> diff --git a/extensions-contrib/ambari-metrics-emitter/pom.xml b/extensions-contrib/ambari-metrics-emitter/pom.xml index 0201d8c..9362949 100644 --- a/extensions-contrib/ambari-metrics-emitter/pom.xml +++ b/extensions-contrib/ambari-metrics-emitter/pom.xml @@ -18,14 +18,13 @@ ~ 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> <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/azure-extensions/pom.xml b/extensions-contrib/azure-extensions/pom.xml index d6888f1..70b831f 100644 --- a/extensions-contrib/azure-extensions/pom.xml +++ b/extensions-contrib/azure-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.contrib</groupId> @@ -30,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/cassandra-storage/pom.xml b/extensions-contrib/cassandra-storage/pom.xml index e51ddf4..9f6bb2d 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/cloudfiles-extensions/pom.xml b/extensions-contrib/cloudfiles-extensions/pom.xml index 693a70a..04d72b4 100644 --- a/extensions-contrib/cloudfiles-extensions/pom.xml +++ b/extensions-contrib/cloudfiles-extensions/pom.xml @@ -18,8 +18,7 @@ ~ 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> <groupId>org.apache.druid.extensions.contrib</groupId> @@ -30,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/distinctcount/pom.xml b/extensions-contrib/distinctcount/pom.xml index 6f2f1ca..5584606 100644 --- a/extensions-contrib/distinctcount/pom.xml +++ b/extensions-contrib/distinctcount/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.contrib</groupId> @@ -30,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/dropwizard-emitter/pom.xml b/extensions-contrib/dropwizard-emitter/pom.xml index 7e4223f..5697ff4 100644 --- a/extensions-contrib/dropwizard-emitter/pom.xml +++ b/extensions-contrib/dropwizard-emitter/pom.xml @@ -18,14 +18,13 @@ ~ 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> <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/graphite-emitter/pom.xml b/extensions-contrib/graphite-emitter/pom.xml index ef328e6..86dd66b 100644 --- a/extensions-contrib/graphite-emitter/pom.xml +++ b/extensions-contrib/graphite-emitter/pom.xml @@ -18,14 +18,13 @@ ~ 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> <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/influx-extensions/pom.xml b/extensions-contrib/influx-extensions/pom.xml index ea2f31a..6bebaf1 100644 --- a/extensions-contrib/influx-extensions/pom.xml +++ b/extensions-contrib/influx-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.contrib</groupId> @@ -30,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/influxdb-emitter/pom.xml b/extensions-contrib/influxdb-emitter/pom.xml index c2b3715..05a2d8f 100644 --- a/extensions-contrib/influxdb-emitter/pom.xml +++ b/extensions-contrib/influxdb-emitter/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/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-influxdb-emitter</artifactId> @@ -30,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/kafka-emitter/pom.xml b/extensions-contrib/kafka-emitter/pom.xml index 10bda3c..87b9c2f 100644 --- a/extensions-contrib/kafka-emitter/pom.xml +++ b/extensions-contrib/kafka-emitter/pom.xml @@ -18,14 +18,13 @@ ~ 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> <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 d6311d7..3ef0784 100644 --- a/extensions-contrib/materialized-view-maintenance/pom.xml +++ b/extensions-contrib/materialized-view-maintenance/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> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 d8d0e41..78847a8 100644 --- a/extensions-contrib/materialized-view-selection/pom.xml +++ b/extensions-contrib/materialized-view-selection/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> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 afd9103..7c60f6c 100644 --- a/extensions-contrib/momentsketch/pom.xml +++ b/extensions-contrib/momentsketch/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> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 968424f..0996220 100644 --- a/extensions-contrib/moving-average-query/pom.xml +++ b/extensions-contrib/moving-average-query/pom.xml @@ -17,15 +17,14 @@ ~ 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/opentsdb-emitter/pom.xml b/extensions-contrib/opentsdb-emitter/pom.xml index a2680e9..40cc576 100644 --- a/extensions-contrib/opentsdb-emitter/pom.xml +++ b/extensions-contrib/opentsdb-emitter/pom.xml @@ -19,9 +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.contrib</groupId> @@ -31,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/redis-cache/pom.xml b/extensions-contrib/redis-cache/pom.xml index 2ad1f32..dcb86a3 100644 --- a/extensions-contrib/redis-cache/pom.xml +++ b/extensions-contrib/redis-cache/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.contrib</groupId> @@ -30,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 fb24f08..ca416bd 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-contrib/statsd-emitter/pom.xml b/extensions-contrib/statsd-emitter/pom.xml index 18c1098..336c0a0 100644 --- a/extensions-contrib/statsd-emitter/pom.xml +++ b/extensions-contrib/statsd-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>0.17.0-SNAPSHOT</version> + <version>0.17.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 094ca7b..224c1bb 100644 --- a/extensions-contrib/tdigestsketch/pom.xml +++ b/extensions-contrib/tdigestsketch/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> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 784da93..e59513c 100644 --- a/extensions-contrib/thrift-extensions/pom.xml +++ b/extensions-contrib/thrift-extensions/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/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-thrift-extensions</artifactId> @@ -30,7 +28,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 2f085fc..731defa 100644 --- a/extensions-contrib/time-min-max/pom.xml +++ b/extensions-contrib/time-min-max/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>0.17.0-SNAPSHOT</version> + <version>0.17.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 52be46c..115dff5 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/avro-extensions/pom.xml b/extensions-core/avro-extensions/pom.xml index 3ccd7b9..af6292d 100644 --- a/extensions-core/avro-extensions/pom.xml +++ b/extensions-core/avro-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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/datasketches/pom.xml b/extensions-core/datasketches/pom.xml index f837f2b..94efbf0 100644 --- a/extensions-core/datasketches/pom.xml +++ b/extensions-core/datasketches/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>0.17.0-SNAPSHOT</version> + <version>0.17.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 3cbf3d6..1375e99 100644 --- a/extensions-core/druid-basic-security/pom.xml +++ b/extensions-core/druid-basic-security/pom.xml @@ -19,9 +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> @@ -32,7 +30,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 b503706..19bb3dc 100644 --- a/extensions-core/druid-bloom-filter/pom.xml +++ b/extensions-core/druid-bloom-filter/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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/druid-kerberos/pom.xml b/extensions-core/druid-kerberos/pom.xml index c2842d9..af771e0 100644 --- a/extensions-core/druid-kerberos/pom.xml +++ b/extensions-core/druid-kerberos/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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/ec2-extensions/pom.xml b/extensions-core/ec2-extensions/pom.xml index 9a236d1..a0135f4 100644 --- a/extensions-core/ec2-extensions/pom.xml +++ b/extensions-core/ec2-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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/google-extensions/pom.xml b/extensions-core/google-extensions/pom.xml index 35427d2..b2802ab 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/hdfs-storage/pom.xml b/extensions-core/hdfs-storage/pom.xml index 53e0f10..ae0b8a5 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/histogram/pom.xml b/extensions-core/histogram/pom.xml index d2d46c6..0cf8c33 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>0.17.0-SNAPSHOT</version> + <version>0.17.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 c527e9d..3c92647 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>0.17.0-SNAPSHOT</version> + <version>0.17.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 d2b8b3a..759d3d8 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>0.17.0-SNAPSHOT</version> + <version>0.17.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 235986f..c614673 100644 --- a/extensions-core/kinesis-indexing-service/pom.xml +++ b/extensions-core/kinesis-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> <groupId>org.apache.druid.extensions</groupId> @@ -30,7 +29,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 8334a9d..b1d946d 100644 --- a/extensions-core/lookups-cached-global/pom.xml +++ b/extensions-core/lookups-cached-global/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-lookups-cached-global</artifactId> @@ -29,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 b82a3a3..dbf1238 100644 --- a/extensions-core/lookups-cached-single/pom.xml +++ b/extensions-core/lookups-cached-single/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-lookups-cached-single</artifactId> @@ -29,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 cbeb9a7..769ba90 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/orc-extensions/pom.xml b/extensions-core/orc-extensions/pom.xml index 11812c4..81882a7 100644 --- a/extensions-core/orc-extensions/pom.xml +++ b/extensions-core/orc-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</groupId> <artifactId>druid-orc-extensions</artifactId> <name>druid-orc-extensions</name> @@ -28,7 +26,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 2530bf2..3de8679 100644 --- a/extensions-core/parquet-extensions/pom.xml +++ b/extensions-core/parquet-extensions/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/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</groupId> <artifactId>druid-parquet-extensions</artifactId> <name>druid-parquet-extensions</name> @@ -29,7 +27,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 4ee452d..96ba8f3 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/protobuf-extensions/pom.xml b/extensions-core/protobuf-extensions/pom.xml index d127c78..b833d25 100644 --- a/extensions-core/protobuf-extensions/pom.xml +++ b/extensions-core/protobuf-extensions/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/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 +29,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions-core/s3-extensions/pom.xml b/extensions-core/s3-extensions/pom.xml index 44cb764..f18ee1e 100644 --- a/extensions-core/s3-extensions/pom.xml +++ b/extensions-core/s3-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>0.17.0-SNAPSHOT</version> + <version>0.17.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 87467bb..e27fea3 100644 --- a/extensions-core/simple-client-sslcontext/pom.xml +++ b/extensions-core/simple-client-sslcontext/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> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.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 16761d0..29ff6a9 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/hll/pom.xml b/hll/pom.xml index f2e75b4..a1090f7 100644 --- a/hll/pom.xml +++ b/hll/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <artifactId>druid-hll</artifactId> diff --git a/indexing-hadoop/pom.xml b/indexing-hadoop/pom.xml index dde7c16..b394070 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <dependencies> diff --git a/indexing-service/pom.xml b/indexing-service/pom.xml index a1c0f71..a880903 100644 --- a/indexing-service/pom.xml +++ b/indexing-service/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <dependencies> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index b8d40b5..a96c0d7 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <dependencies> diff --git a/pom.xml b/pom.xml index 93664fe..538aae4 100644 --- a/pom.xml +++ b/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> <parent> @@ -30,7 +29,7 @@ <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <packaging>pom</packaging> <name>Druid</name> @@ -67,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.17.0-SNAPSHOT</tag> + <tag>druid-0.17.0-rc1</tag> </scm> <properties> @@ -1803,7 +1802,7 @@ <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> <licenseFamilyCategory>MIT</licenseFamilyCategory> <licenseFamilyName>MIT JQuery</licenseFamilyName> - <notes></notes> + <notes /> <patterns> <pattern>Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors</pattern> <pattern>Copyright 2012 jQuery Foundation and other contributors; Licensed MIT</pattern> @@ -1813,7 +1812,7 @@ <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> <licenseFamilyCategory>Underscore</licenseFamilyCategory> <licenseFamilyName>Underscore</licenseFamilyName> - <notes></notes> + <notes /> <patterns> <pattern>Underscore is freely distributable under the MIT license</pattern> </patterns> @@ -1821,7 +1820,7 @@ <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> <licenseFamilyCategory>Allan Jardine</licenseFamilyCategory> <licenseFamilyName>Allan Jardine</licenseFamilyName> - <notes></notes> + <notes /> <patterns> <pattern>Copyright 2009 Allan Jardine. All Rights Reserved</pattern> </patterns> @@ -1829,7 +1828,7 @@ <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> <licenseFamilyCategory>Allan Jardine</licenseFamilyCategory> <licenseFamilyName>Allan Jardine</licenseFamilyName> - <notes></notes> + <notes /> <patterns> <pattern>Copyright 2009 Allan Jardine. All Rights Reserved</pattern> <pattern>Copyright 2008-2011 Allan Jardine</pattern> diff --git a/processing/pom.xml b/processing/pom.xml index 9da9ecf..67b49e1 100644 --- a/processing/pom.xml +++ b/processing/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <dependencies> diff --git a/server/pom.xml b/server/pom.xml index 0ba7a16..275854d 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <dependencies> diff --git a/services/pom.xml b/services/pom.xml index 40e7bc6..8bafca0 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.druid</groupId> <artifactId>druid</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <dependencies> @@ -220,7 +220,7 @@ </filter> </filters> <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> </transformers> </configuration> </execution> diff --git a/sql/pom.xml b/sql/pom.xml index 4dfb11b..3ecbd4c 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <dependencies> diff --git a/web-console/pom.xml b/web-console/pom.xml index 3e47beb..f09ee3d 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>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <properties> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
