From 53b69d3ab837b5c37bb48da3e63d5a8a167d7f63 Mon Sep 17 00:00:00 2001 From: "Textor Andreas (BCI/ESW17)" Date: Thu, 8 May 2025 17:13:39 +0200 Subject: [PATCH 1/2] Make node the executable for exec-maven-plugin This fixes a problem where the antora cli script can not be executed --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a9d94826..efe206b2 100644 --- a/pom.xml +++ b/pom.xml @@ -204,8 +204,8 @@ exec - ${antora-cli} - site.yml --stacktrace --fetch + ${node-directory}/node + ${antora-cli} site.yml --stacktrace --fetch true @@ -231,8 +231,8 @@ exec - ${antora-cli} - site-local.yml --stacktrace --fetch + ${node-directory}/node + ${antora-cli} site-local.yml --stacktrace --fetch true From 9af0cec1e0b1d61da9a2953fb8ca6bb8569a9c51 Mon Sep 17 00:00:00 2001 From: "Textor Andreas (BCI/ESW17)" Date: Thu, 8 May 2025 17:14:26 +0200 Subject: [PATCH 2/2] Update esmf-sdk version --- site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.yml b/site.yml index eeacc9ec..6a136cff 100644 --- a/site.yml +++ b/site.yml @@ -13,7 +13,7 @@ content: start_path: documentation - url: https://github.com/eclipse-esmf/esmf-sdk branches: HEAD - tags: ["v2.10.2","v2.10.1","v2.10.0","v2.9.10","v2.9.9"] + tags: ["v2.10.3","v2.10.2","v2.10.1","v2.10.0","v2.9.10"] start_path: documentation/developer-guide - url: https://github.com/eclipse-esmf/esmf-aspect-model-editor branches: HEAD @@ -65,7 +65,7 @@ asciidoc: unit: urn:samm:org.eclipse.esmf.samm:unit:2.2.0#@ # The version of the latest SAMM maven artifact aspect-meta-model-version: '2.2.0' - esmf-sdk-version: '2.10.2' + esmf-sdk-version: '2.10.3' esmf-sdk-js-aspect-model-loader-version: '2.3.3' esmf-sdk-py-aspect-model-loader-version: '2.2.1' example-ns: com.mycompany@