This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-12354 in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git
commit 65988ed37243877ef691aec470eb79c81c33fa6c Author: Robert Munteanu <[email protected]> AuthorDate: Fri Jun 21 14:50:21 2024 +0200 SLING-12354 - Set sling.java.version to 11 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 313e3f6..a78c7ec 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <url>https://sling.apache.org/components/slingfeature-maven-plugin/</url> <properties> - <sling.java.version>8</sling.java.version> + <sling.java.version>11</sling.java.version> <maven.version>3.6.3</maven.version> <maven.scm.version>1.11.2</maven.scm.version> <maven.site.path>${project.artifactId}-archives/${project.artifactId}-LATEST</maven.site.path>
