Skip to content

Commit 16681e4

Browse files
committed
Added versions plugin
1 parent bab0ae9 commit 16681e4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,23 @@
274274
In specific validator projects based on the itb-commons, similarly use `mvn license:aggregate-add-third-party`
275275
-->
276276
</plugin>
277+
<plugin>
278+
<groupId>org.codehaus.mojo</groupId>
279+
<artifactId>versions-maven-plugin</artifactId>
280+
<version>${version.plugin.versions-maven-plugin}</version>
281+
<configuration>
282+
<generateBackupPoms>false</generateBackupPoms>
283+
</configuration>
284+
<executions>
285+
<execution>
286+
<phase>none</phase>
287+
<!--
288+
Run manually with `mvn versions:set -DnewVersion=1.9.0`
289+
For a new development cycle run `mvn versions:set -DnewVersion=1.10.0-SNAPSHOT`
290+
-->
291+
</execution>
292+
</executions>
293+
</plugin>
277294
</plugins>
278295
</pluginManagement>
279296
<plugins>

0 commit comments

Comments
 (0)