We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f4ba7 commit 39f4e09Copy full SHA for 39f4e09
1 file changed
pom.xml
@@ -98,6 +98,13 @@
98
99
<build>
100
<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>
108
<plugin>
109
<groupId>org.sonatype.central</groupId>
110
<artifactId>central-publishing-maven-plugin</artifactId>
0 commit comments