Skip to content

Commit d1bd0bc

Browse files
committed
[maven-release-plugin] prepare release 1.8.0
1 parent 802f1cf commit d1bd0bc

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
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.8.0-SNAPSHOT</version>
6+
<version>1.8.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>validation-commons-parent</artifactId>

owasp-suppressions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.europa.ec.itb.commons</groupId>
66
<artifactId>commons</artifactId>
7-
<version>1.8.0-SNAPSHOT</version>
7+
<version>1.8.0</version>
88
</parent>
99
<artifactId>owasp-suppressions</artifactId>
1010
<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.8.0-SNAPSHOT</version>
7+
<version>1.8.0</version>
88
<name>${project.groupId}:${project.artifactId}</name>
99
<description>Common utilities, parent build definitions, and foundation classes for all validators.</description>
1010

@@ -133,7 +133,7 @@
133133

134134
<scm>
135135
<developerConnection>scm:git:https://webgate.ec.europa.eu/CITnet/stash/scm/itb/itb-commons.git</developerConnection>
136-
<tag>HEAD</tag>
136+
<tag>1.8.0</tag>
137137
</scm>
138138

139139
<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.8.0-SNAPSHOT</version>
6+
<version>1.8.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.8.0-SNAPSHOT</version>
6+
<version>1.8.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.8.0-SNAPSHOT</version>
6+
<version>1.8.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.8.0-SNAPSHOT</version>
6+
<version>1.8.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.8.0-SNAPSHOT</version>
6+
<version>1.8.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.8.0-SNAPSHOT</version>
6+
<version>1.8.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.8.0-SNAPSHOT</version>
6+
<version>1.8.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>validator-parent</artifactId>

0 commit comments

Comments
 (0)