This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 59f3a1f547d51bbca4964ce0f26aec049db7ec4d Author: Olivier Lamy <[email protected]> AuthorDate: Fri Mar 28 08:44:50 2025 +1000 release tag name backward compatible Signed-off-by: Olivier Lamy <[email protected]> --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 9916786cf..a8710f622 100644 --- a/pom.xml +++ b/pom.xml @@ -335,6 +335,7 @@ <configuration> <preparationGoals>clean install</preparationGoals> <commitByProject>false</commitByProject> + <tagNameFormat>surefire-@{project.version}</tagNameFormat> </configuration> </plugin> <plugin>
