Skip to content

Commit 7e761c1

Browse files
committed
[maven-release-plugin] prepare release druid-37.0.0-rc2
1 parent db6aac2 commit 7e761c1

77 files changed

Lines changed: 105 additions & 134 deletions

File tree

Some content is hidden

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

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>37.0.0-SNAPSHOT</version>
30+
<version>37.0.0</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>37.0.0-SNAPSHOT</version>
31+
<version>37.0.0</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>37.0.0-SNAPSHOT</version>
31+
<version>37.0.0</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>37.0.0-SNAPSHOT</version>
33+
<version>37.0.0</version>
3434
</parent>
3535

3636
<dependencies>

embedded-tests/pom.xml

Lines changed: 3 additions & 5 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/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">
2422
<modelVersion>4.0.0</modelVersion>
2523

2624
<artifactId>druid-embedded-tests</artifactId>
@@ -36,7 +34,7 @@
3634
<parent>
3735
<groupId>org.apache.druid</groupId>
3836
<artifactId>druid</artifactId>
39-
<version>37.0.0-SNAPSHOT</version>
37+
<version>37.0.0</version>
4038
</parent>
4139

4240
<dependencies>
@@ -825,7 +823,7 @@
825823
</goals>
826824
<configuration>
827825
<rules>
828-
<banDuplicatePomDependencyVersions/>
826+
<banDuplicatePomDependencyVersions />
829827
<bannedDependencies>
830828
<excludes>
831829
<!--LGPL licenced library-->

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>37.0.0-SNAPSHOT</version>
31+
<version>37.0.0</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>37.0.0-SNAPSHOT</version>
27+
<version>37.0.0</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>37.0.0-SNAPSHOT</version>
32+
<version>37.0.0</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>37.0.0-SNAPSHOT</version>
32+
<version>37.0.0</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>37.0.0-SNAPSHOT</version>
26+
<version>37.0.0</version>
2927
<relativePath>../../pom.xml</relativePath>
3028
</parent>
3129

0 commit comments

Comments
 (0)