Skip to content

Commit ccaf144

Browse files
committed
[maven-release-plugin] prepare release druid-0.20.1-rc1
1 parent 1c48526 commit ccaf144

File tree

64 files changed

+116
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+116
-174
lines changed

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.apache.druid</groupId>
2929
<artifactId>druid</artifactId>
30-
<version>0.20.1-SNAPSHOT</version>
30+
<version>0.20.1</version>
3131
</parent>
3232

3333
<prerequisites>

cloud/aws-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.druid</groupId>
3030
<artifactId>druid</artifactId>
31-
<version>0.20.1-SNAPSHOT</version>
31+
<version>0.20.1</version>
3232
<relativePath>../../pom.xml</relativePath>
3333
</parent>
3434

cloud/gcp-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.druid</groupId>
3030
<artifactId>druid</artifactId>
31-
<version>0.20.1-SNAPSHOT</version>
31+
<version>0.20.1</version>
3232
<relativePath>../../pom.xml</relativePath>
3333
</parent>
3434

core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
~ under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422

2523
<modelVersion>4.0.0</modelVersion>
2624

@@ -31,7 +29,7 @@
3129
<parent>
3230
<artifactId>druid</artifactId>
3331
<groupId>org.apache.druid</groupId>
34-
<version>0.20.1-SNAPSHOT</version>
32+
<version>0.20.1</version>
3533
</parent>
3634

3735
<properties>

distribution/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
~ under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<packaging>pom</packaging>
@@ -31,7 +30,7 @@
3130
<parent>
3231
<artifactId>druid</artifactId>
3332
<groupId>org.apache.druid</groupId>
34-
<version>0.20.1-SNAPSHOT</version>
33+
<version>0.20.1</version>
3534
</parent>
3635

3736
<dependencies>
@@ -177,7 +176,7 @@
177176
<executable>java</executable>
178177
<arguments>
179178
<argument>-classpath</argument>
180-
<classpath/>
179+
<classpath />
181180
<argument>-Ddruid.extensions.loadList=[]</argument>
182181
<argument>-Ddruid.extensions.directory=${project.build.directory}/extensions
183182
</argument>
@@ -368,7 +367,7 @@
368367
<executable>java</executable>
369368
<arguments>
370369
<argument>-classpath</argument>
371-
<classpath/>
370+
<classpath />
372371
<argument>-Ddruid.extensions.loadList=[]</argument>
373372
<argument>-Ddruid.extensions.directory=${project.build.directory}/extensions
374373
</argument>

extendedset/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
~ under the License.
1919
-->
2020

21-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
21+
<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">
2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<artifactId>extendedset</artifactId>
@@ -32,7 +31,7 @@
3231
<parent>
3332
<groupId>org.apache.druid</groupId>
3433
<artifactId>druid</artifactId>
35-
<version>0.20.1-SNAPSHOT</version>
34+
<version>0.20.1</version>
3635
</parent>
3736

3837
<dependencies>

extensions-contrib/aliyun-oss-extensions/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
~ under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
21+
<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">
2322
<modelVersion>4.0.0</modelVersion>
2423
<groupId>org.apache.druid.extensions.contrib</groupId>
2524
<artifactId>aliyun-oss-extensions</artifactId>
@@ -29,7 +28,7 @@
2928
<parent>
3029
<groupId>org.apache.druid</groupId>
3130
<artifactId>druid</artifactId>
32-
<version>0.20.1-SNAPSHOT</version>
31+
<version>0.20.1</version>
3332
<relativePath>../../pom.xml</relativePath>
3433
</parent>
3534

extensions-contrib/ambari-metrics-emitter/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@
1818
~ under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
21+
<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">
2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<parent>
2625
<groupId>org.apache.druid</groupId>
2726
<artifactId>druid</artifactId>
28-
<version>0.20.1-SNAPSHOT</version>
27+
<version>0.20.1</version>
2928
<relativePath>../../pom.xml</relativePath>
3029
</parent>
3130

extensions-contrib/cassandra-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.apache.druid</groupId>
3131
<artifactId>druid</artifactId>
32-
<version>0.20.1-SNAPSHOT</version>
32+
<version>0.20.1</version>
3333
<relativePath>../../pom.xml</relativePath>
3434
</parent>
3535

extensions-contrib/cloudfiles-extensions/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
~ under the License.
1919
-->
2020

21-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
22-
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
21+
<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">
2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<groupId>org.apache.druid.extensions.contrib</groupId>
@@ -30,7 +29,7 @@
3029
<parent>
3130
<groupId>org.apache.druid</groupId>
3231
<artifactId>druid</artifactId>
33-
<version>0.20.1-SNAPSHOT</version>
32+
<version>0.20.1</version>
3433
<relativePath>../../pom.xml</relativePath>
3534
</parent>
3635

0 commit comments

Comments
 (0)