We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70251df commit 0fb36d5Copy full SHA for 0fb36d5
1 file changed
pom.xml
@@ -276,11 +276,12 @@
276
<goal>check</goal>
277
</goals>
278
<inherited>false</inherited>
279
- <configuration>
280
- <semver>true</semver>
281
- </configuration>
282
</execution>
283
</executions>
+ <configuration>
+ <semver>true</semver>
+ <tagPrefix>v</tagPrefix>
284
+ </configuration>
285
</plugin>
286
<plugin>
287
<groupId>org.apache.maven.plugins</groupId>
0 commit comments