-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins ver. 1.599
Maven Release Plug-in Plug-in 0.14.0
Is there a way to define what the default SCM tags is? Currently it is ${project.artifactid}-${project.version}
In our project the convention is ${project.version}.
This mean we need to edit with every release.
(see attachment)
Is there a way to change the default of ${project.artifactid}-${project.version} to ${project.version}?
Setting a properties file would be fine, but including it in Manage Jenkins would be great!