Skip to content

Commit 712b5aa

Browse files
committed
Using v{version} when tagging with maven-release-plugin
1 parent 9b46115 commit 712b5aa

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,19 @@
180180
</initScript>
181181
</configuration>
182182
</plugin>
183+
184+
<plugin>
185+
<groupId>org.apache.maven.plugins</groupId>
186+
<artifactId>maven-release-plugin</artifactId>
187+
<version>2.3.2</version>
188+
<configuration>
189+
<tagNameFormat>v@{project.version}</tagNameFormat>
190+
<autoVersionSubmodules>true</autoVersionSubmodules>
191+
<localCheckout>true</localCheckout>
192+
<pushChanges>false</pushChanges>
193+
194+
</configuration>
195+
</plugin>
183196
</plugins>
184197

185198
</build>

0 commit comments

Comments
 (0)