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 834161a commit f02edc5Copy full SHA for f02edc5
pom.xml
@@ -8,7 +8,7 @@
8
<relativePath />
9
</parent>
10
<artifactId>github-branch-source</artifactId>
11
- <version>${revision}${changelist}</version>
+ <version>2.8.3</version>
12
<packaging>hpi</packaging>
13
<name>GitHub Branch Source Plugin</name>
14
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -35,7 +35,7 @@
35
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
36
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
37
38
- <tag>${scmTag}</tag>
+ <tag>github-branch-source-2.8.3</tag>
39
</scm>
40
<dependencies>
41
<dependency>
0 commit comments