Skip to content

Commit

Permalink
Add tagNameFormat to Maven Release plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jan 10, 2023
1 parent be1af05 commit b036fef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,11 @@
<version>${maven-release-plugin.version}</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit b036fef

Please sign in to comment.