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

Commit fec0d0c

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@
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+
<releaseProfiles>release</releaseProfiles>
147+
<useReleaseProfile>true</useReleaseProfile>
148+
</configuration>
143149
</plugin>
144150
</plugins>
145151
</pluginManagement>

0 commit comments

Comments
 (0)