Skip to content

Commit

Permalink
Configure tag name format for Maven Release Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
janhicken committed Mar 9, 2021
1 parent 81d3aff commit 98070ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<goals>deploy nexus-staging:release</goals>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 98070ff

Please sign in to comment.