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-site.git
The following commit(s) were added to refs/heads/master by this push:
new f817de845 SLING-13055 Switch Build to Java 17 (#256)
f817de845 is described below
commit f817de845270f3770e7c95bc93e534d2e1bad85d
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Jan 13 12:29:28 2026 +0100
SLING-13055 Switch Build to Java 17 (#256)
---
.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..8e1a524c3 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": [
+ 17
],
"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>