Skip to content

Commit a042026

Browse files
committed
[maven-release-plugin] prepare release druid-32.0.1-rc1
1 parent d40b81f commit a042026

File tree

80 files changed

+106
-135
lines changed

Some content is hidden

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

80 files changed

+106
-135
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>32.0.0-SNAPSHOT</version>
30+
<version>32.0.1</version>
3131
</parent>
3232

3333
<dependencies>

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>32.0.0-SNAPSHOT</version>
31+
<version>32.0.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>32.0.0-SNAPSHOT</version>
31+
<version>32.0.1</version>
3232
<relativePath>../../pom.xml</relativePath>
3333
</parent>
3434

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<artifactId>druid</artifactId>
3232
<groupId>org.apache.druid</groupId>
33-
<version>32.0.0-SNAPSHOT</version>
33+
<version>32.0.1</version>
3434
</parent>
3535

3636
<dependencies>

extensions-contrib/aliyun-oss-extensions/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>32.0.0-SNAPSHOT</version>
31+
<version>32.0.1</version>
3232
<relativePath>../../pom.xml</relativePath>
3333
</parent>
3434

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.druid</groupId>
2626
<artifactId>druid</artifactId>
27-
<version>32.0.0-SNAPSHOT</version>
27+
<version>32.0.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030

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>32.0.0-SNAPSHOT</version>
32+
<version>32.0.1</version>
3333
<relativePath>../../pom.xml</relativePath>
3434
</parent>
3535

extensions-contrib/cloudfiles-extensions/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>32.0.0-SNAPSHOT</version>
32+
<version>32.0.1</version>
3333
<relativePath>../../pom.xml</relativePath>
3434
</parent>
3535

extensions-contrib/compressed-bigdecimal/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project
21-
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">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
2624
<groupId>org.apache.druid</groupId>
2725
<artifactId>druid</artifactId>
28-
<version>32.0.0-SNAPSHOT</version>
26+
<version>32.0.1</version>
2927
<relativePath>../../pom.xml</relativePath>
3028
</parent>
3129

extensions-contrib/ddsketch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>druid</artifactId>
2424
<groupId>org.apache.druid</groupId>
25-
<version>32.0.0-SNAPSHOT</version>
25+
<version>32.0.1</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)