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

baedke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new fbc9b649c8 OAK-10342: Update Apache Parent POM to version 37 (#2716)
fbc9b649c8 is described below

commit fbc9b649c8e95db036ceb7d531640c9b16e92b25
Author: mbaedke <[email protected]>
AuthorDate: Mon Feb 2 12:01:48 2026 +0100

    OAK-10342: Update Apache Parent POM to version 37 (#2716)
    
    done
---
 oak-parent/pom.xml         | 9 +--------
 oak-search-elastic/pom.xml | 1 -
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index f16ba707a7..12f3913d10 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>29</version>
+    <version>37</version>
     <relativePath />
   </parent>
 
@@ -242,8 +242,6 @@
         </plugin>
         <plugin>
           <artifactId>maven-deploy-plugin</artifactId>
-          <!-- at least 3.1.0 for 
https://issues.apache.org/jira/browse/MDEPLOY-200 -->
-          <version>3.1.3</version>
           <configuration>
             <skip>${skip.deployment}</skip>
           </configuration>
@@ -306,11 +304,6 @@
             </systemPropertyVariables>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-shade-plugin</artifactId>
-          <version>3.6.0</version>
-        </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
diff --git a/oak-search-elastic/pom.xml b/oak-search-elastic/pom.xml
index 76430340c2..d54af83d5c 100644
--- a/oak-search-elastic/pom.xml
+++ b/oak-search-elastic/pom.xml
@@ -88,7 +88,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.2.5</version>
         <configuration>
           <environmentVariables>
             <Authorization>Bearer test-token</Authorization>

Reply via email to