File tree 10 files changed +28
-10
lines changed
validation-commons-report
10 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >commons</artifactId >
5
5
<groupId >eu.europa.ec.itb.commons</groupId >
6
- <version >1.8.0-SNAPSHOT </version >
6
+ <version >1.8.0</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<artifactId >validation-commons-parent</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >eu.europa.ec.itb.commons</groupId >
6
6
<artifactId >commons</artifactId >
7
- <version >1.8.0-SNAPSHOT </version >
7
+ <version >1.8.0</version >
8
8
</parent >
9
9
<artifactId >owasp-suppressions</artifactId >
10
10
<properties >
Original file line number Diff line number Diff line change 4
4
<groupId >eu.europa.ec.itb.commons</groupId >
5
5
<artifactId >commons</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >1.8.0-SNAPSHOT </version >
7
+ <version >1.8.0</version >
8
8
<name >${project.groupId} :${project.artifactId} </name >
9
9
<description >Common utilities, parent build definitions, and foundation classes for all validators.</description >
10
10
98
98
<version .plugin.mavenAntRunPlugin>3.1.0</version .plugin.mavenAntRunPlugin>
99
99
<version .plugin.junit-jupiter-engine>5.11.3</version .plugin.junit-jupiter-engine>
100
100
<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>
101
102
</properties >
102
103
103
104
<repositories >
274
275
In specific validator projects based on the itb-commons, similarly use `mvn license:aggregate-add-third-party`
275
276
-->
276
277
</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 >
277
295
</plugins >
278
296
</pluginManagement >
279
297
<plugins >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >eu.europa.ec.itb.commons</groupId >
5
5
<artifactId >validation-commons-parent</artifactId >
6
- <version >1.8.0-SNAPSHOT </version >
6
+ <version >1.8.0</version >
7
7
<relativePath >../commons-parent</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >eu.europa.ec.itb.commons</groupId >
5
5
<artifactId >validation-commons-parent</artifactId >
6
- <version >1.8.0-SNAPSHOT </version >
6
+ <version >1.8.0</version >
7
7
<relativePath >../commons-parent</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >eu.europa.ec.itb.commons</groupId >
5
5
<artifactId >validation-commons-parent</artifactId >
6
- <version >1.8.0-SNAPSHOT </version >
6
+ <version >1.8.0</version >
7
7
<relativePath >../commons-parent</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >eu.europa.ec.itb.commons</groupId >
5
5
<artifactId >validation-commons-parent</artifactId >
6
- <version >1.8.0-SNAPSHOT </version >
6
+ <version >1.8.0</version >
7
7
<relativePath >../commons-parent</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >eu.europa.ec.itb.commons</groupId >
5
5
<artifactId >validation-commons-parent</artifactId >
6
- <version >1.8.0-SNAPSHOT </version >
6
+ <version >1.8.0</version >
7
7
<relativePath >../commons-parent</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >eu.europa.ec.itb.commons</groupId >
5
5
<artifactId >validation-commons-parent</artifactId >
6
- <version >1.8.0-SNAPSHOT </version >
6
+ <version >1.8.0</version >
7
7
<relativePath >../commons-parent</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >commons</artifactId >
5
5
<groupId >eu.europa.ec.itb.commons</groupId >
6
- <version >1.8.0-SNAPSHOT </version >
6
+ <version >1.8.0</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<artifactId >validator-parent</artifactId >
You can’t perform that action at this time.
0 commit comments