Skip to content

Commit bdd296b

Browse files
committed
Pull request #316: Development
Merge in ITB/itb-commons from development to master * commit '821e0434669970e5a94b04a325643942e5dd170b': Preparation for release 1.8.0 Added versions plugin Added versions plugin
2 parents eb78117 + 821e043 commit bdd296b

File tree

10 files changed

+28
-10
lines changed

10 files changed

+28
-10
lines changed

commons-parent/pom.xml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 19 additions & 1 deletion
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

@@ -98,6 +98,7 @@
9898
<version.plugin.mavenAntRunPlugin>3.1.0</version.plugin.mavenAntRunPlugin>
9999
<version.plugin.junit-jupiter-engine>5.11.3</version.plugin.junit-jupiter-engine>
100100
<version.plugin.license-maven-plugin>2.5.0</version.plugin.license-maven-plugin>
101+
<version.plugin.versions-maven-plugin>2.18.0</version.plugin.versions-maven-plugin>
101102
</properties>
102103

103104
<repositories>
@@ -274,6 +275,23 @@
274275
In specific validator projects based on the itb-commons, similarly use `mvn license:aggregate-add-third-party`
275276
-->
276277
</plugin>
278+
<plugin>
279+
<groupId>org.codehaus.mojo</groupId>
280+
<artifactId>versions-maven-plugin</artifactId>
281+
<version>${version.plugin.versions-maven-plugin}</version>
282+
<configuration>
283+
<generateBackupPoms>false</generateBackupPoms>
284+
</configuration>
285+
<executions>
286+
<execution>
287+
<phase>none</phase>
288+
<!--
289+
Run manually with `mvn versions:set -DnewVersion=1.9.0`
290+
For a new development cycle run `mvn versions:set -DnewVersion=1.10.0-SNAPSHOT`
291+
-->
292+
</execution>
293+
</executions>
294+
</plugin>
277295
</plugins>
278296
</pluginManagement>
279297
<plugins>

validation-commons-jar/pom.xml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)