We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab0ae9 commit 16681e4Copy full SHA for 16681e4
pom.xml
@@ -274,6 +274,23 @@
274
In specific validator projects based on the itb-commons, similarly use `mvn license:aggregate-add-third-party`
275
-->
276
</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>
294
</plugins>
295
</pluginManagement>
296
<plugins>
0 commit comments