This is an automated email from the ASF dual-hosted git repository.
afs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 3b9fe5729a Update version of node
3b9fe5729a is described below
commit 3b9fe5729a862ded5341d7fd23b3bed2aa304d91
Author: Andy Seaborne <[email protected]>
AuthorDate: Wed May 27 17:10:55 2026 +0100
Update version of node
---
jena-fuseki2/jena-fuseki-ui/pom.xml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/jena-fuseki2/jena-fuseki-ui/pom.xml
b/jena-fuseki2/jena-fuseki-ui/pom.xml
index ee1ccd2730..2cdc76abe9 100644
--- a/jena-fuseki2/jena-fuseki-ui/pom.xml
+++ b/jena-fuseki2/jena-fuseki-ui/pom.xml
@@ -32,17 +32,18 @@
<version>6.2.0-SNAPSHOT</version>
</parent>
- <properties>
- <node.version>v20.19.3</node.version>
+ <properties>
+ <node.version>v22.18.0</node.version>
+ <!--<node.version>v24.11.0</node.version>-->
<yarn.version>v1.22.17</yarn.version>
<automatic.module.name>org.apache.jena.fuseki.ui</automatic.module.name>
<!--
Allow for skipping the tests.
- The test frameworks need various software compoents to
+ The test frameworks need various software components to
be available on the host running maven. This isn't always
- practical. This property allows the UI to be built on such
machines
- by skipping the tests.
+ practical. This property allows the UI to be built on suchi
+ machines by skipping the tests.
It is set "true" by profile "ui-skip-tests"
-->
<skip.ui.tests>false</skip.ui.tests>