Skip to content

Commit

Permalink
Change tag name format (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornandre authored Nov 13, 2023
1 parent 622b3c8 commit 513c68d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 513c68d

Please sign in to comment.