Skip to content

Commit

Permalink
Updated release tag structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnel committed Feb 11, 2015
1 parent 7e4c9ad commit 581eb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagNameFormat>@{project.version}</tagNameFormat>
<tagNameFormat>v@{project.version}</tagNameFormat>
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>releases</releaseProfiles>
<preparationGoals>clean verify</preparationGoals>
Expand Down

0 comments on commit 581eb32

Please sign in to comment.