Skip to content

Commit 6606d88

Browse files
Merge pull request #1317 from OP-TED/prepare/1.14.1
Prepare SDK 1.14.1
2 parents 87975a1 + 5e81531 commit 6606d88

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.ted/teden2/snippets/address.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"nodeId": "ND-Organization",
55
"displayType": "GROUP",
66
"description": "A Party involved in the Competition from either side (Buyer or Tenderer) with a Legal Entity (Company) and possibly additional Contact Points (touchpoints)",
7-
"_label": "group|name|ND-Organization",
7+
"_label": "group|name|GR-Organisations",
88
"_idScheme": "ORG",
99
"_identifierFieldId": "OPT-200-Organization-Company",
1010
"content": [
@@ -37,7 +37,7 @@
3737
"nodeId": "ND-CompanyLegalEntity",
3838
"displayType": "GROUP",
3939
"description": "Company legal identifier",
40-
"_label": "group|name|ND-CompanyLegalEntity",
40+
"_label": "group|name|GR-Organisation-Identifier",
4141
"_repeatable": true,
4242
"content": [
4343
{
@@ -173,7 +173,7 @@
173173
"nodeId": "ND-Touchpoint",
174174
"displayType": "GROUP",
175175
"description": "Contact details associated to a given role",
176-
"_label": "group|name|ND-Touchpoint",
176+
"_label": "group|name|GR-Touch-Point",
177177
"_idScheme": "TPO",
178178
"_identifierFieldId": "OPT-201-Organization-TouchPoint",
179179
"_repeatable": true,

.ted/teden2/snippets/default-values.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
{
114114
"id":"GR-Part",
115115
"contentType":"group",
116-
"_label":"group|name|ND-Part",
116+
"_label":"group|name|GR-Part",
117117
"description":"Part",
118118
"displayType":"GROUP",
119119
"content":[
@@ -130,7 +130,7 @@
130130
{
131131
"id":"GR-Lot",
132132
"contentType":"group",
133-
"_label":"group|name|ND-Lot",
133+
"_label":"group|name|GR-Lot",
134134
"description":"Lot",
135135
"displayType":"GROUP",
136136
"content":[

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# SDK 1.14.1 Release Notes
2+
3+
This release corrects label identifiers in the snippets under the ".ted" folder.
4+
5+
This change has no impact for applications other than eNotices2.
6+
7+
A comprehensive list of changes between SDK 1.14.0 and SDK 1.14.1 can be seen at <https://github.com/OP-TED/eForms-SDK/compare/1.14.0...1.14.1>
8+
19
# SDK 1.14.0 Release Notes
210

311
This release of the SDK does not contain any backwards incompatible changes: software that was able to use version 1.13.2 should also be able to use this version.

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.0",
3+
"sdkVersion" : "eforms-sdk-1.14.1",
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.0</version>
6+
<version>1.14.1</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>2025-11-25T15:49:20Z</project.build.outputTimestamp>
40+
<project.build.outputTimestamp>2026-01-13T09:26:52Z</project.build.outputTimestamp>
4141

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

0 commit comments

Comments
 (0)