We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef2483 commit f94bfa3Copy full SHA for f94bfa3
2 files changed
CHANGELOG.md
@@ -5,7 +5,8 @@
5
- SaxonJS 3 bump to 3.0.0-beta-2
6
7
### Fixed
8
-- Remove user-supplied `dct:created` values to prevent timestamp conflicts - SSL client certificate verification configuration in docker-compose.yml
+- Remove user-supplied `dct:created` values to prevent timestamp conflicts
9
+- XSLT SEF generation in Maven build
10
11
## [5.0.14] - 2025-05-25
12
### Added
pom.xml
@@ -329,7 +329,8 @@
329
<artifactId>frontend-maven-plugin</artifactId>
330
<version>1.15.1</version>
331
<configuration>
332
- <nodeVersion>v18.17.0</nodeVersion>
+ <nodeVersion>v22.16.0</nodeVersion>
333
+ <npmVersion>11.4.2</npmVersion> <!-- or any recent compatible version -->
334
</configuration>
335
<executions>
336
<execution>
0 commit comments