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 dce55c2 SLING-13121 Update to ASF parent 37 (#66)
dce55c2 is described below
commit dce55c294e4b7d648c2c89335cb49987ec28909b
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Feb 23 10:14:19 2026 +0100
SLING-13121 Update to ASF parent 37 (#66)
---
sling-parent/pom.xml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index b07acc3..4a2f404 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>35</version>
+ <version>37</version>
<relativePath />
</parent>
@@ -110,10 +110,8 @@
<!-- JUnit 5/6 version - we keep the property name junit5.version as
it's the same architecture -->
<junit5.version>6.0.3</junit5.version>
<mockito.version>5.21.0</mockito.version>
- <!-- release sets API classpath, source and target, see
-
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>
+ <!-- release sets API classpath, source and target -->
+ <javaVersion>${sling.java.version}</javaVersion>
<minimalMavenBuildVersion>3.9.6</minimalMavenBuildVersion>
<!-- Parameter "maven.compiler.release" requires JDK9+ and we
generally only support LTS releases -->
<minimalJavaBuildVersion>17</minimalJavaBuildVersion>