We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129c54a commit e12cd8aCopy full SHA for e12cd8a
1 file changed
pom.xml
@@ -228,11 +228,12 @@
228
<goal>check</goal>
229
</goals>
230
<inherited>false</inherited>
231
- <configuration>
232
- <semver>true</semver>
233
- </configuration>
234
</execution>
235
</executions>
+ <configuration>
+ <semver>true</semver>
+ <tagPrefix>v</tagPrefix>
236
+ </configuration>
237
</plugin>
238
<plugin>
239
<groupId>org.apache.maven.plugins</groupId>
0 commit comments