Skip to content

Commit 44526a2

Browse files
authored
Prep master for next release cycle (#18224)
1 parent 051c655 commit 44526a2

File tree

85 files changed

+86
-86
lines changed

Some content is hidden

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

85 files changed

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

3636
<dependencies>

embedded-tests/pom.xml

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

3636
<dependencies>

examples/quickstart/tutorial/hadoop/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RUN chown root:root /root/.ssh/config
111111
# ADD supervisord.conf /etc/supervisord.conf
112112

113113
RUN wget -nv https://github.com/bitnami/wait-for-port/releases/download/v1.0/wait-for-port.zip && unzip wait-for-port.zip && mv wait-for-port /usr/bin && rm wait-for-port.zip
114-
RUN wget -nv https://github.com/apache/druid/raw/refs/heads/33.0.0/examples/quickstart/tutorial/wikiticker-2015-09-12-sampled.json.gz
114+
RUN wget -nv https://github.com/apache/druid/raw/refs/heads/34.0.0/examples/quickstart/tutorial/wikiticker-2015-09-12-sampled.json.gz
115115

116116
ADD bootstrap.sh /etc/bootstrap.sh
117117
RUN chown root:root /etc/bootstrap.sh

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>34.0.0-SNAPSHOT</version>
31+
<version>35.0.0-SNAPSHOT</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>34.0.0-SNAPSHOT</version>
27+
<version>35.0.0-SNAPSHOT</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>34.0.0-SNAPSHOT</version>
32+
<version>35.0.0-SNAPSHOT</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>34.0.0-SNAPSHOT</version>
32+
<version>35.0.0-SNAPSHOT</version>
3333
<relativePath>../../pom.xml</relativePath>
3434
</parent>
3535

0 commit comments

Comments
 (0)