Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 9479150

Browse files
Change the default tag format to semver.org recommended
1 parent 1ff7f7d commit 9479150

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@
8989
</execution>
9090
</executions>
9191
</plugin>
92+
<plugin>
93+
<groupId>org.apache.maven.plugins</groupId>
94+
<artifactId>maven-release-plugin</artifactId>
95+
<version>2.5.2</version>
96+
<configuration>
97+
<tagNameFormat>v@{project.version}</tagNameFormat>
98+
</configuration>
99+
</plugin>
92100
<plugin>
93101
<groupId>com.github.eirslett</groupId>
94102
<artifactId>frontend-maven-plugin</artifactId>

0 commit comments

Comments
 (0)