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-org-apache-sling-launchpad-integration-tests.git
The following commit(s) were added to refs/heads/master by this push:
new 7544b9b SLING-12539 Switch to Java 11 (#26)
7544b9b is described below
commit 7544b9b9c6d8592313a2146edfa30b22e8c61fbe
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Nov 24 18:07:36 2025 +0100
SLING-12539 Switch to Java 11 (#26)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8065cf1..68629df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
</scm>
<properties>
- <sling.java.version>8</sling.java.version>
+ <sling.java.version>11</sling.java.version>
<!-- HTTP port of Sling instance to test -->
<http.port>8080</http.port>