Skip to content

Commit 1c8258c

Browse files
committed
Preparing release 1.2.0
1 parent 4da685a commit 1c8258c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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.2.0-SNAPSHOT</version>
8+
<version>1.2.0</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.2.0-SNAPSHOT</version>
8+
<version>1.2.0</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.2.0-SNAPSHOT</version>
8+
<version>1.2.0</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.2.0-SNAPSHOT</version>
8+
<version>1.2.0</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.2.0-SNAPSHOT</version>
8+
<version>1.2.0</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.2.0-SNAPSHOT</version>
8+
<version>1.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
<name>${project.groupId}:${project.artifactId}</name>
1111
<description>Web and command-line application for the validation of CSV data.</description>
1212
<licenses>

0 commit comments

Comments
 (0)