Skip to content

Commit 300735e

Browse files
committed
ci: configure versions-maven-plugin
1 parent 6d9075d commit 300735e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
<releaseProfiles>release</releaseProfiles>
2828
</configuration>
2929
</plugin>
30+
<plugin>
31+
<groupId>org.codehaus.mojo</groupId>
32+
<artifactId>versions-maven-plugin</artifactId>
33+
<configuration>
34+
<processAllModules>true</processAllModules>
35+
</configuration>
36+
</plugin>
3037
</plugins>
3138
</pluginManagement>
3239
<plugins>

0 commit comments

Comments
 (0)