Skip to content

Commit a7e677c

Browse files
committed
Preparing release 1.5.0
1 parent 2967fe5 commit a7e677c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

jsonvalidator-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>jsonvalidator</artifactId>
77
<groupId>eu.europa.ec.itb.json</groupId>
8-
<version>1.5.0-SNAPSHOT</version>
8+
<version>1.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>jsonvalidator-common</artifactId>

jsonvalidator-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>jsonvalidator</artifactId>
77
<groupId>eu.europa.ec.itb.json</groupId>
8-
<version>1.5.0-SNAPSHOT</version>
8+
<version>1.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

jsonvalidator-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>jsonvalidator</artifactId>
77
<groupId>eu.europa.ec.itb.json</groupId>
8-
<version>1.5.0-SNAPSHOT</version>
8+
<version>1.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

jsonvalidator-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>jsonvalidator</artifactId>
77
<groupId>eu.europa.ec.itb.json</groupId>
8-
<version>1.5.0-SNAPSHOT</version>
8+
<version>1.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

jsonvalidator-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>jsonvalidator</artifactId>
77
<groupId>eu.europa.ec.itb.json</groupId>
8-
<version>1.5.0-SNAPSHOT</version>
8+
<version>1.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>jsonvalidator-war</artifactId>

jsonvalidator-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>jsonvalidator</artifactId>
77
<groupId>eu.europa.ec.itb.json</groupId>
8-
<version>1.5.0-SNAPSHOT</version>
8+
<version>1.5.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.json</groupId>
77
<artifactId>jsonvalidator</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.5.0-SNAPSHOT</version>
9+
<version>1.5.0</version>
1010
<name>${project.groupId}:${project.artifactId}</name>
1111
<description>Web and command-line application for the validation of JSON data.</description>
1212

0 commit comments

Comments
 (0)