Skip to content

Commit 39f4e09

Browse files
authored
default tag name to v@{project.version} (#259)
1 parent 66f4ba7 commit 39f4e09

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@
9898

9999
<build>
100100
<plugins>
101+
<plugin>
102+
<groupId>org.apache.maven.plugins</groupId>
103+
<artifactId>maven-release-plugin</artifactId>
104+
<configuration>
105+
<tagNameFormat>v@{project.version}</tagNameFormat>
106+
</configuration>
107+
</plugin>
101108
<plugin>
102109
<groupId>org.sonatype.central</groupId>
103110
<artifactId>central-publishing-maven-plugin</artifactId>

0 commit comments

Comments
 (0)