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

lhotari pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit d2493990c5b93b3fea782b8196e0ba304b10ec52
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 55c075256f5..95065cf7da5 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 17376a72b75..b23720fd2f8 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 c0d57ddc527..4a5a2d9c498 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