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 290067d commit 9735d28Copy full SHA for 9735d28
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>io.jenkins.plugins</groupId>
11
<artifactId>gitlab-branch-source</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>1.5.3</version>
13
<packaging>hpi</packaging>
14
<properties>
15
<revision>1.5.3</revision>
@@ -218,7 +218,7 @@
218
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git
219
</developerConnection>
220
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
221
- <tag>${scmTag}</tag>
+ <tag>gitlab-branch-source-1.5.3</tag>
222
</scm>
223
224
<build>
0 commit comments