This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/min-maven-version in repository https://gitbox.apache.org/repos/asf/sling-parent.git
commit 2deef1968b6243809e1477108ccfa574ffdd594a Author: Stefan Seifert <[email protected]> AuthorDate: Tue Jan 27 13:53:19 2026 +0100 SLING-13078 Increase Minimum Maven Version --- 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 -->
