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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f1933b  SLING-13078 Increase Minimum Maven Version (#65)
4f1933b is described below

commit 4f1933bde02cbf09921d3c713e2ca337d63033aa
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Jan 29 10:27:14 2026 +0100

    SLING-13078 Increase Minimum Maven Version (#65)
---
 sling-parent/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 6079883..0c38730 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -113,8 +113,7 @@
              
https://docs.oracle.com/javase/9/tools/javac.htm#GUID-AEEC9F07-CB49-4E96-8BC7-BCC2C7F725C9__GUID-D343F6B4-3FDD-43A8-AD24-43DD70214471
 
              and http://openjdk.java.net/jeps/247, this affects m-compiler-p 
and m-javadoc-p -->
         <maven.compiler.release>${sling.java.version}</maven.compiler.release>
-        <!-- due to https://issues.apache.org/jira/browse/MNG-6059 -->
-        <minimalMavenBuildVersion>3.6.1</minimalMavenBuildVersion>
+        <minimalMavenBuildVersion>3.9.6</minimalMavenBuildVersion>
         <!-- Parameter "maven.compiler.release" requires JDK9+ and we 
generally only support LTS releases -->
         <minimalJavaBuildVersion>17</minimalJavaBuildVersion>
         <!-- the github id used for the ribbon for Maven sites: 
https://maven.apache.org/skins/maven-fluido-skin/#GitHub_ribbons -->

Reply via email to