Skip to content

Commit 39f0fce

Browse files
committed
Merge release update changes
2 parents fb2a487 + c4f597d commit 39f0fce

10 files changed

Lines changed: 72 additions & 72 deletions

File tree

NOTICE.md

Lines changed: 59 additions & 60 deletions
Large diffs are not rendered by default.

csvvalidator-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>csv-validator</artifactId>
77
<groupId>eu.europa.ec.itb.csv</groupId>
8-
<version>1.11.0-SNAPSHOT</version>
8+
<version>1.12.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

csvvalidator-jar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>csv-validator</artifactId>
77
<groupId>eu.europa.ec.itb.csv</groupId>
8-
<version>1.11.0-SNAPSHOT</version>
8+
<version>1.12.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

csvvalidator-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>csv-validator</artifactId>
77
<groupId>eu.europa.ec.itb.csv</groupId>
8-
<version>1.11.0-SNAPSHOT</version>
8+
<version>1.12.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

csvvalidator-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>csv-validator</artifactId>
77
<groupId>eu.europa.ec.itb.csv</groupId>
8-
<version>1.11.0-SNAPSHOT</version>
8+
<version>1.12.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

csvvalidator-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>csv-validator</artifactId>
77
<groupId>eu.europa.ec.itb.csv</groupId>
8-
<version>1.11.0-SNAPSHOT</version>
8+
<version>1.12.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>csvvalidator-war</artifactId>

csvvalidator-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>csv-validator</artifactId>
77
<groupId>eu.europa.ec.itb.csv</groupId>
8-
<version>1.11.0-SNAPSHOT</version>
8+
<version>1.12.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

etc/licence/overrides.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
org.webjars--font-awesome--5.13.0=MIT License
22
com.github.virtuald--curvesapi--1.08=The 3-Clause BSD License
33
org.tallison--jmatio--1.5=The 3-Clause BSD License
4-
org.tukaani--xz--1.10=The 0-Clause BSD License
4+
org.tukaani--xz--1.12=The 0-Clause BSD License
5+
com.github.luben--zstd-jni--1.5.7-4=The 2-Clause BSD License

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>eu.europa.ec.itb.csv</groupId>
77
<artifactId>csv-validator</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.11.0-SNAPSHOT</version>
9+
<version>1.12.0-SNAPSHOT</version>
1010
<name>${project.groupId}:${project.artifactId}</name>
1111
<description>Web and command-line application for the validation of CSV data.</description>
1212
<licenses>
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>eu.europa.ec.itb.commons</groupId>
2828
<artifactId>validator-parent</artifactId>
29-
<version>1.11.0-SNAPSHOT</version>
29+
<version>1.11.0</version>
3030
<relativePath/>
3131
</parent>
3232
<modules>
@@ -39,7 +39,7 @@
3939
</modules>
4040

4141
<properties>
42-
<version.itbCommons>1.11.0-SNAPSHOT</version.itbCommons>
42+
<version.itbCommons>1.11.0</version.itbCommons>
4343
<version.asm>9.7.1</version.asm>
4444
<version.json-schema-validator>1.0.38</version.json-schema-validator>
4545
</properties>

publiccode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ publiccodeYmlVersion: 0.4.0
22
name: Interoperability Test Bed - CSV validator
33
applicationSuite: ""
44
url: https://github.com/ISAITB/shacl-validator
5-
softwareVersion: 1.10.0
6-
releaseDate: 2026-02-04
5+
softwareVersion: 1.11.0
6+
releaseDate: 2026-04-17
77
logo: https://www.itb.ec.europa.eu/files/itb_logo_simple.png?v=1
88
platforms:
99
- web

0 commit comments

Comments
 (0)