This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch 1.x
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git
The following commit(s) were added to refs/heads/1.x by this push:
new fc0dbc64 SLING-12716 set target Java version back to 11
fc0dbc64 is described below
commit fc0dbc641d612200c7cabf493bc3ec60a8c2ce3e
Author: Julian Reschke <[email protected]>
AuthorDate: Tue Apr 1 15:44:05 2025 +0100
SLING-12716 set target Java version back to 11
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 76c12c0e..b660e288 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
<properties>
<site.jira.version.id>12314286</site.jira.version.id>
+ <sling.java.version>11</sling.java.version>
<site.javadoc.exclude>**.internal.**</site.javadoc.exclude>
<project.build.outputTimestamp>1742815428</project.build.outputTimestamp>
</properties>