This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 74e7474cbc916dffa3030c641f7720203e1b10a4 Author: Lari Hotari <[email protected]> AuthorDate: Tue Sep 16 06:23:56 2025 +0300 [improve][build] Upgrade Apache Parent POM to version 35 (#24742) (cherry picked from commit 831740ccc6d2fe3257ab0188ea5f935669142bb8) --- build/run_unit_group.sh | 2 +- buildtools/pom.xml | 2 +- pom.xml | 2 +- pulsar-bom/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/run_unit_group.sh b/build/run_unit_group.sh index 40f83efaf2f..02347648b94 100755 --- a/build/run_unit_group.sh +++ b/build/run_unit_group.sh @@ -171,7 +171,7 @@ function test_group_proxy() { function test_group_other() { mvn_test --clean --install \ - -pl '!org.apache.pulsar:distribution,!org.apache.pulsar:pulsar-offloader-distribution,!org.apache.pulsar:pulsar-server-distribution,!org.apache.pulsar:pulsar-io-distribution,!org.apache.pulsar:pulsar-all-docker-image' \ + -pl '!org.apache.pulsar:distribution,!org.apache.pulsar:pulsar-offloader-distribution,!org.apache.pulsar:pulsar-server-distribution,!org.apache.pulsar:pulsar-io-distribution,!org.apache.pulsar:pulsar-docker-image,!org.apache.pulsar:pulsar-all-docker-image' \ -PskipTestsForUnitGroupOther -DdisableIoMainProfile=true -DskipIntegrationTests \ -Dexclude='**/ManagedLedgerTest.java, **/OffloadersCacheTest.java diff --git a/buildtools/pom.xml b/buildtools/pom.xml index d27752df00b..dbb0c480d4e 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>29</version> + <version>35</version> <relativePath /> </parent> diff --git a/pom.xml b/pom.xml index 10c83ecb914..65822138361 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>29</version> + <version>35</version> </parent> <groupId>org.apache.pulsar</groupId> diff --git a/pulsar-bom/pom.xml b/pulsar-bom/pom.xml index d566a1c89a6..05853e4f4fa 100644 --- a/pulsar-bom/pom.xml +++ b/pulsar-bom/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>29</version> + <version>35</version> <relativePath/> </parent>
