We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0955e3e commit d490d20Copy full SHA for d490d20
build.gradle
@@ -173,9 +173,9 @@ dependencies {
173
174
release {
175
buildTasks = ['publish']
176
- tagTemplate = 'xldeploy-plugin-$version'
+ tagTemplate = 'xldeploy-plugin-22.0.0'
177
preTagCommitMessage = 'Released Jenkins XL Deploy plugin '
178
- tagCommitMessage = 'Tag for xldeploy-plugin-$version'
+ tagCommitMessage = 'Tag for xldeploy-plugin-22.0.0'
179
newVersionCommitMessage = 'Set development version to '
180
}
181
0 commit comments