Skip to content

Commit

Permalink
Preparation for next development phase
Browse files Browse the repository at this point in the history
  • Loading branch information
costas80 committed Nov 29, 2024
1 parent 25d4372 commit bb93f71
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion csvvalidator-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>csv-validator</artifactId>
<groupId>eu.europa.ec.itb.csv</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion csvvalidator-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>csv-validator</artifactId>
<groupId>eu.europa.ec.itb.csv</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion csvvalidator-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>csv-validator</artifactId>
<groupId>eu.europa.ec.itb.csv</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion csvvalidator-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>csv-validator</artifactId>
<groupId>eu.europa.ec.itb.csv</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion csvvalidator-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>csv-validator</artifactId>
<groupId>eu.europa.ec.itb.csv</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>csvvalidator-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion csvvalidator-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>csv-validator</artifactId>
<groupId>eu.europa.ec.itb.csv</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>eu.europa.ec.itb.csv</groupId>
<artifactId>csv-validator</artifactId>
<packaging>pom</packaging>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Web and command-line application for the validation of CSV data.</description>
<licenses>
Expand All @@ -26,7 +26,7 @@
<parent>
<groupId>eu.europa.ec.itb.commons</groupId>
<artifactId>validator-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath/>
</parent>
<modules>
Expand All @@ -39,7 +39,7 @@
</modules>

<properties>
<version.itbCommons>1.8.0-SNAPSHOT</version.itbCommons>
<version.itbCommons>1.7.0</version.itbCommons>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit bb93f71

Please sign in to comment.