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 32d3f61 commit 612c07fCopy full SHA for 612c07f
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>0.0.8-beta</version>
13
<packaging>hpi</packaging>
14
<properties>
15
<revision>0.0.8</revision>
@@ -248,7 +248,7 @@
248
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
249
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
250
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
251
- <tag>${scmTag}</tag>
+ <tag>gitlab-branch-source-0.0.8-beta</tag>
252
</scm>
253
254
<build>
0 commit comments