Skip to content

Commit

Permalink
build: use version-only tag names in maven release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb authored and javier-godoy committed Aug 31, 2023
1 parent 46944a1 commit c1e6c03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit c1e6c03

Please sign in to comment.