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 8db1ea1 commit 57a55af
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion jsonvalidator-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonvalidator</artifactId>
<groupId>eu.europa.ec.itb.json</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jsonvalidator-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonvalidator-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonvalidator</artifactId>
<groupId>eu.europa.ec.itb.json</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 jsonvalidator-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonvalidator</artifactId>
<groupId>eu.europa.ec.itb.json</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 jsonvalidator-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonvalidator</artifactId>
<groupId>eu.europa.ec.itb.json</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 jsonvalidator-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonvalidator</artifactId>
<groupId>eu.europa.ec.itb.json</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jsonvalidator-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonvalidator-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonvalidator</artifactId>
<groupId>eu.europa.ec.itb.json</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,14 +6,14 @@
<groupId>eu.europa.ec.itb.json</groupId>
<artifactId>jsonvalidator</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 JSON data.</description>

<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>

Expand Down Expand Up @@ -43,7 +43,7 @@
</developers>

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

<dependencyManagement>
Expand Down

0 comments on commit 57a55af

Please sign in to comment.