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 a009047 commit eaee006Copy full SHA for eaee006
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.4.1</version>
13
<packaging>hpi</packaging>
14
<properties>
15
<revision>1.4.1</revision>
@@ -251,7 +251,7 @@
251
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git
252
</developerConnection>
253
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
254
- <tag>${scmTag}</tag>
+ <tag>gitlab-branch-source-1.4.1</tag>
255
</scm>
256
257
<build>
0 commit comments