This is an automated email from the ASF dual-hosted git repository.

zixuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 831740ccc6d [improve][build] Upgrade Apache Parent POM to version 35 
(#24742)
831740ccc6d is described below

commit 831740ccc6d2fe3257ab0188ea5f935669142bb8
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Sep 16 06:23:56 2025 +0300

    [improve][build] Upgrade Apache Parent POM to version 35 (#24742)
---
 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 f64957c449c..c8a8be47204 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 8c0d4e952db..447df93fdf2 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 fb5f60e05cc..1a0a9366949 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>
 

Reply via email to