Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ac64cb3

Browse files
committedJul 23, 2014
Updated configuration for Maven Release Plugin to simplify releases
1 parent 3b2a7f6 commit ac64cb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@
202202
<version>2.4.2</version>
203203
<configuration>
204204
<arguments>-Psonatype-oss-release ${release.arguments}</arguments>
205+
<autoVersionSubmodules>true</autoVersionSubmodules>
206+
<tagNameFormat>@{project.version}-opt</tagNameFormat>
205207
</configuration>
206208
</plugin>
207209
</plugins>

0 commit comments

Comments
 (0)
Please sign in to comment.