This is an automated email from the ASF dual-hosted git repository.
baedke pushed a commit to branch OAK-10342
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/OAK-10342 by this push:
new e741723ba8 OAK-10342: Update Apache Parent POM to version 37
e741723ba8 is described below
commit e741723ba85610240f08ec42319ae75ca7d240ac
Author: Manfred Baedke <[email protected]>
AuthorDate: Fri Jan 30 11:28:29 2026 +0100
OAK-10342: Update Apache Parent POM to version 37
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>