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 ed95efc commit 0620ab4Copy full SHA for 0620ab4
pom.xml
@@ -9,10 +9,10 @@
9
</parent>
10
<groupId>io.jenkins.plugins</groupId>
11
<artifactId>gitlab-branch-source</artifactId>
12
- <version>1.5.7</version>
+ <version>${revision}${changelist}</version>
13
<packaging>hpi</packaging>
14
<properties>
15
- <revision>1.5.7</revision>
+ <revision>1.5.8</revision>
16
<changelist>-SNAPSHOT</changelist>
17
<jenkins.version>2.263.4</jenkins.version>
18
<java.level>8</java.level>
@@ -218,7 +218,7 @@
218
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git
219
</developerConnection>
220
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
221
- <tag>gitlab-branch-source-1.5.7</tag>
+ <tag>${scmTag}</tag>
222
</scm>
223
224
<build>
0 commit comments