Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit f7ce628

Browse files
committed
Added release plugin configuration
1 parent 4d4b9c1 commit f7ce628

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@
140140
<groupId>org.apache.maven.plugins</groupId>
141141
<artifactId>maven-release-plugin</artifactId>
142142
<version>2.5.3</version>
143+
<configuration>
144+
<autoVersionSubmodules>true</autoVersionSubmodules>
145+
<localCheckout>true</localCheckout>
146+
</configuration>
143147
</plugin>
144148
</plugins>
145149
</pluginManagement>

0 commit comments

Comments
 (0)