Skip to content

Commit

Permalink
Merge pull request #22 from BigMichi1/tag-format
Browse files Browse the repository at this point in the history
change tag format
  • Loading branch information
BigMichi1 authored Mar 10, 2024
2 parents b27d4c6 + 7425251 commit 03779f7
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 @@ -262,7 +262,7 @@
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
<tagNameFormat>@{project.version}</tagNameFormat>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 03779f7

Please sign in to comment.