Skip to content

Commit 065a299

Browse files
committed
Set tagNameFormat in pom.xml
1 parent c29390d commit 065a299

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
@@ -99,6 +99,14 @@
9999
<id>release</id>
100100
<build>
101101
<plugins>
102+
<plugin>
103+
<groupId>org.apache.maven.plugins</groupId>
104+
<artifactId>maven-release-plugin</artifactId>
105+
<version>3.1.1</version>
106+
<configuration>
107+
<tagNameFormat>v@{version}</tagNameFormat>
108+
</configuration>
109+
</plugin>
102110
<plugin>
103111
<groupId>org.sonatype.central</groupId>
104112
<artifactId>central-publishing-maven-plugin</artifactId>

0 commit comments

Comments
 (0)