This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch feature/SLING-13055-java-21
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit 56dd6c284dc703aa1522a352e16e4b3bf9599a87
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Jan 13 11:38:46 2026 +0100

    Switch Build to Java 21
    and also update to frontend-maven-plugin 2.0.0
---
 .sling-module.json | 4 ++--
 pom.xml            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.sling-module.json b/.sling-module.json
index 9f0b43658..1380a1d13 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -8,8 +8,8 @@
                 "additionalMavenParams": "-Ppagefind,publish-site 
-Dmsg=\"Automatic website deployment from $BUILD_URL\""
             }
         },
-         "jdks": [
-          11
+        "jdks": [
+          21
         ],
         "operatingSystems": [
          "linux"
diff --git a/pom.xml b/pom.xml
index 238b3ef7e..33c16a5a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
                     <plugin>
                         <groupId>com.github.eirslett</groupId>
                         <artifactId>frontend-maven-plugin</artifactId>
-                        <version>1.15.4</version>
+                        <version>2.0.0</version>
                         <configuration>
                             
<npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven>
                             
<installDirectory>${project.build.directory}</installDirectory>

Reply via email to