Skip to content

Commit adb2c18

Browse files
authored
Merge pull request #1336 from OP-TED/prepare/1.14.2
Prepare SDK 1.14.2
2 parents 6606d88 + 5f86e3e commit adb2c18

5 files changed

Lines changed: 61 additions & 55 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# SDK 1.14.2 Release Notes
2+
3+
Update of pattern-matching rules for amount fields inter alia to allow for negative amounts.
4+
5+
A comprehensive list of changes between SDK 1.14.1 and SDK 1.14.2 can be seen at <https://github.com/OP-TED/eForms-SDK/compare/1.14.1...1.14.2>
6+
17
# SDK 1.14.1 Release Notes
28

39
This release corrects label identifiers in the snippets under the ".ted" folder.

fields/fields.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ublVersion" : "2.3",
3-
"sdkVersion" : "eforms-sdk-1.14.1",
3+
"sdkVersion" : "eforms-sdk-1.14.2",
44
"metadataDatabase" : {
55
"version" : "1.14.0",
66
"createdOn" : "2025-12-01T18:43:37"

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>eu.europa.ted.eforms</groupId>
55
<artifactId>eforms-sdk</artifactId>
6-
<version>1.14.1</version>
6+
<version>1.14.2</version>
77
<packaging>jar</packaging>
88

99
<name>eForms SDK</name>
@@ -37,7 +37,7 @@
3737

3838
<properties>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40-
<project.build.outputTimestamp>2026-01-13T09:26:52Z</project.build.outputTimestamp>
40+
<project.build.outputTimestamp>2026-03-02T11:32:01Z</project.build.outputTimestamp>
4141

4242
<!-- Versions eForms -->
4343
<version.eforms-sdk-analyzer>1.14.0</version.eforms-sdk-analyzer>

0 commit comments

Comments
 (0)