From 36a980b623d36e01c420638172501d6afb0c75f9 Mon Sep 17 00:00:00 2001 From: ITB Jenkins Date: Fri, 7 Jul 2023 13:44:05 +0000 Subject: [PATCH] Preparing release 1.4.0 --- csvvalidator-common/pom.xml | 2 +- csvvalidator-jar/pom.xml | 2 +- csvvalidator-resources/pom.xml | 2 +- csvvalidator-service/pom.xml | 2 +- csvvalidator-war/pom.xml | 2 +- csvvalidator-web/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/csvvalidator-common/pom.xml b/csvvalidator-common/pom.xml index 603a12f..adc1c13 100644 --- a/csvvalidator-common/pom.xml +++ b/csvvalidator-common/pom.xml @@ -5,7 +5,7 @@ csv-validator eu.europa.ec.itb.csv - 1.4.0-SNAPSHOT + 1.4.0 4.0.0 diff --git a/csvvalidator-jar/pom.xml b/csvvalidator-jar/pom.xml index a793ba5..2c590c3 100644 --- a/csvvalidator-jar/pom.xml +++ b/csvvalidator-jar/pom.xml @@ -5,7 +5,7 @@ csv-validator eu.europa.ec.itb.csv - 1.4.0-SNAPSHOT + 1.4.0 4.0.0 diff --git a/csvvalidator-resources/pom.xml b/csvvalidator-resources/pom.xml index 0a998b0..0bc8fc2 100644 --- a/csvvalidator-resources/pom.xml +++ b/csvvalidator-resources/pom.xml @@ -5,7 +5,7 @@ csv-validator eu.europa.ec.itb.csv - 1.4.0-SNAPSHOT + 1.4.0 4.0.0 diff --git a/csvvalidator-service/pom.xml b/csvvalidator-service/pom.xml index a49b43b..de03d23 100644 --- a/csvvalidator-service/pom.xml +++ b/csvvalidator-service/pom.xml @@ -5,7 +5,7 @@ csv-validator eu.europa.ec.itb.csv - 1.4.0-SNAPSHOT + 1.4.0 4.0.0 diff --git a/csvvalidator-war/pom.xml b/csvvalidator-war/pom.xml index 89b6359..081d50f 100644 --- a/csvvalidator-war/pom.xml +++ b/csvvalidator-war/pom.xml @@ -5,7 +5,7 @@ csv-validator eu.europa.ec.itb.csv - 1.4.0-SNAPSHOT + 1.4.0 4.0.0 csvvalidator-war diff --git a/csvvalidator-web/pom.xml b/csvvalidator-web/pom.xml index aa8440a..03c32b1 100644 --- a/csvvalidator-web/pom.xml +++ b/csvvalidator-web/pom.xml @@ -5,7 +5,7 @@ csv-validator eu.europa.ec.itb.csv - 1.4.0-SNAPSHOT + 1.4.0 4.0.0 diff --git a/pom.xml b/pom.xml index 37bf3b6..5f16d51 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.europa.ec.itb.csv csv-validator pom - 1.4.0-SNAPSHOT + 1.4.0 ${project.groupId}:${project.artifactId} Web and command-line application for the validation of CSV data.