Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit 6d232dc

Browse files
committed
Change tag name to use only project version.
1 parent d6dcb3c commit 6d232dc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@
107107
<failOnError>false</failOnError>
108108
</configuration>
109109
</plugin>
110+
111+
<plugin>
112+
<groupId>org.apache.maven.plugins</groupId>
113+
<artifactId>maven-release-plugin</artifactId>
114+
<version>2.5.2</version>
115+
<configuration>
116+
<tagNameFormat>@{project.version}</tagNameFormat>
117+
</configuration>
118+
</plugin>
110119
</plugins>
111120

112121
<pluginManagement>

0 commit comments

Comments
 (0)