Skip to content

Commit

Permalink
Customize tag format for maven-release-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Dec 21, 2023
1 parent 72251e9 commit 41680d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 41680d1

Please sign in to comment.