Skip to content

Commit 84e14f6

Browse files
committed
Preparing release 1.5.0
1 parent b1c7eb4 commit 84e14f6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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.xml</groupId>
77
<artifactId>xmlvalidator</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 XML data.</description>
1212
<licenses>

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

xmlvalidator-email/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xmlvalidator</artifactId>
77
<groupId>eu.europa.ec.itb.xml</groupId>
8-
<version>1.5.0-SNAPSHOT</version>
8+
<version>1.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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

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

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

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

xmlvalidator-ws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xmlvalidator</artifactId>
77
<groupId>eu.europa.ec.itb.xml</groupId>
8-
<version>1.5.0-SNAPSHOT</version>
8+
<version>1.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>xmlvalidator-ws</artifactId>

0 commit comments

Comments
 (0)