Skip to content

Commit 02ac6e6

Browse files
committed
[maven-release-plugin] prepare release 1.4.0
1 parent f2a5c30 commit 02ac6e6

File tree

10 files changed

+12
-14
lines changed

10 files changed

+12
-14
lines changed

commons-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>commons</artifactId>
55
<groupId>eu.europa.ec.itb.commons</groupId>
6-
<version>1.4.0-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>validation-commons-parent</artifactId>

owasp-suppressions/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>eu.europa.ec.itb.commons</groupId>
86
<artifactId>commons</artifactId>
9-
<version>1.4.0-SNAPSHOT</version>
7+
<version>1.4.0</version>
108
</parent>
119
<artifactId>owasp-suppressions</artifactId>
1210
<properties>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>eu.europa.ec.itb.commons</groupId>
55
<artifactId>commons</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.4.0-SNAPSHOT</version>
7+
<version>1.4.0</version>
88
<name>${project.groupId}:${project.artifactId}</name>
99
<description>Common utilities, parent build definitions, and foundation classes for all validators.</description>
1010

@@ -131,7 +131,7 @@
131131

132132
<scm>
133133
<developerConnection>scm:git:https://webgate.ec.europa.eu/CITnet/stash/scm/itb/itb-commons.git</developerConnection>
134-
<tag>HEAD</tag>
134+
<tag>1.4.0</tag>
135135
</scm>
136136

137137
<build>

validation-commons-jar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>eu.europa.ec.itb.commons</groupId>
55
<artifactId>validation-commons-parent</artifactId>
6-
<version>1.4.0-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
<relativePath>../commons-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

validation-commons-report/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>eu.europa.ec.itb.commons</groupId>
55
<artifactId>validation-commons-parent</artifactId>
6-
<version>1.4.0-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
<relativePath>../commons-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

validation-commons-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>eu.europa.ec.itb.commons</groupId>
55
<artifactId>validation-commons-parent</artifactId>
6-
<version>1.4.0-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
<relativePath>../commons-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

validation-commons-web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>eu.europa.ec.itb.commons</groupId>
55
<artifactId>validation-commons-parent</artifactId>
6-
<version>1.4.0-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
<relativePath>../commons-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

validation-commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>eu.europa.ec.itb.commons</groupId>
55
<artifactId>validation-commons-parent</artifactId>
6-
<version>1.4.0-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
<relativePath>../commons-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

validation-plugins/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>eu.europa.ec.itb.commons</groupId>
55
<artifactId>validation-commons-parent</artifactId>
6-
<version>1.4.0-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
<relativePath>../commons-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

validator-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>commons</artifactId>
55
<groupId>eu.europa.ec.itb.commons</groupId>
6-
<version>1.4.0-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>validator-parent</artifactId>

0 commit comments

Comments
 (0)