Skip to content

Commit f94bfa3

Browse files
committed
Fixed XSLT SEF generation in Maven build
1 parent 9ef2483 commit f94bfa3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
- SaxonJS 3 bump to 3.0.0-beta-2
66

77
### Fixed
8-
- Remove user-supplied `dct:created` values to prevent timestamp conflicts - SSL client certificate verification configuration in docker-compose.yml
8+
- Remove user-supplied `dct:created` values to prevent timestamp conflicts
9+
- XSLT SEF generation in Maven build
910

1011
## [5.0.14] - 2025-05-25
1112
### Added

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@
329329
<artifactId>frontend-maven-plugin</artifactId>
330330
<version>1.15.1</version>
331331
<configuration>
332-
<nodeVersion>v18.17.0</nodeVersion>
332+
<nodeVersion>v22.16.0</nodeVersion>
333+
<npmVersion>11.4.2</npmVersion> <!-- or any recent compatible version -->
333334
</configuration>
334335
<executions>
335336
<execution>

0 commit comments

Comments
 (0)