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

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

commit 2145787685eb0c0e8f900aa83dd1bf83721bd344
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 4e7ae83e1ec..075f947a98d 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 8e1cf061bef..df5936086d4 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 0be24980dec..22da98ca4ab 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