From 82f5d43068ea46301324be95310f4ab654938455 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Fri, 2 Aug 2024 15:37:27 +0200 Subject: [PATCH 1/3] CHANGELOG: Update for version 0.11.0 --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b968944..7469fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# eForms Notice Viewer 0.10.1 - Release Notes +# eForms Notice Viewer 0.11.0 - Release Notes _The eForms Notice Viewer is a sample command line application that demonstrates how you can use the [eForms SDK](https://github.com/OP-TED/eForms-SDK) in a metadata driven application that visualises eForms notices._ @@ -6,7 +6,9 @@ _The eForms Notice Viewer is a sample command line application that demonstrates ## In this release -This release updates the dependencies of eForms Notice Viewer to use the latest EFX Toolkit 2.0.0-alpha.3. This fixes the reported [issue #88](https://github.com/OP-TED/eforms-notice-viewer/issues/88), which caused an exception to be thrown by XSLT processors when trying to format sequences of dates or times. +This release fixes an issue with EFX variable, which prevented a variable to reference another variable declared previously. + +This release updates the dependencies of eForms Notice Viewer to use the latest EFX Toolkit 2.0.0-alpha.4, and ANTLR 4.13.1. --- @@ -14,5 +16,5 @@ Documentation for this sample application is available at: https://docs.ted.euro This version depends on: -- [EFX toolkit for Java](https://github.com/OP-TED/efx-toolkit-java) version 2.0.0-alpha.3. -- [eForms Core for Java](https://github.com/OP-TED/eforms-core-java) library version 1.3.0. +- [EFX toolkit for Java](https://github.com/OP-TED/efx-toolkit-java) version 2.0.0-alpha.4. +- [eForms Core for Java](https://github.com/OP-TED/eforms-core-java) library version 1.4.0. From 28d4cc3ac5c920c0c02ee40b81eb9632c3aae647 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Fri, 2 Aug 2024 15:38:05 +0200 Subject: [PATCH 2/3] pom: Update eforms-core and efx-toolkit dependencies to latest releases --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 34fe63b..6c3c675 100644 --- a/pom.xml +++ b/pom.xml @@ -54,8 +54,8 @@ ${java.version} - 2.0.0-SNAPSHOT - 1.4.0-SNAPSHOT + 2.0.0-alpha.4 + 1.4.0 4.13.1 From 76cc2b8c76ce4ba3bcf69c75a866f9fb0fd0e886 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Fri, 2 Aug 2024 15:40:20 +0200 Subject: [PATCH 3/3] pom: Set version to 0.11.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6c3c675..bd36b5f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ eu.europa.ted.eforms eforms-notice-viewer - 0.11.0-SNAPSHOT + 0.11.0 eForms Notice Viewer eForms Notice Viewer sample application. @@ -44,7 +44,7 @@ - 2023-07-31T09:34:21Z + 2024-08-02T13:11:16Z UTF-8