Skip to content

Commit

Permalink
Merge branch 'main' into develop and update version to 0.12.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrand-lorentz committed Aug 2, 2024
2 parents f110adc + 7ee937e commit afa871c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# 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._

---

## 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.

---

Documentation for this sample application is available at: https://docs.ted.europa.eu/eforms/latest/notice-viewer

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.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>eu.europa.ted.eforms</groupId>
<artifactId>eforms-notice-viewer</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>

<name>eForms Notice Viewer</name>
<description>eForms Notice Viewer sample application.</description>
Expand Down Expand Up @@ -44,7 +44,7 @@
</distributionManagement>

<properties>
<project.build.outputTimestamp>2023-07-31T09:34:21Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-08-02T13:11:16Z</project.build.outputTimestamp>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand All @@ -54,8 +54,8 @@
<maven.compiler.target>${java.version}</maven.compiler.target>

<!-- Versions - eForms -->
<version.efx-toolkit>2.0.0-SNAPSHOT</version.efx-toolkit>
<version.eforms-core>1.4.0-SNAPSHOT</version.eforms-core>
<version.efx-toolkit>2.0.0-alpha.4</version.efx-toolkit>
<version.eforms-core>1.4.0</version.eforms-core>

<!-- Versions - Third-party libraries -->
<version.antlr4>4.13.1</version.antlr4>
Expand Down

0 comments on commit afa871c

Please sign in to comment.