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 a3b8a4c commit d1699daCopy full SHA for d1699da
pom.xml
@@ -8,7 +8,7 @@
8
<relativePath />
9
</parent>
10
<artifactId>github-branch-source</artifactId>
11
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.2</version>
12
<packaging>hpi</packaging>
13
<name>GitHub Branch Source Plugin</name>
14
<url>https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Branch+Source+Plugin</url>
@@ -30,7 +30,7 @@
30
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
31
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
32
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
33
- <tag>HEAD</tag>
+ <tag>github-branch-source-2.3.2</tag>
34
</scm>
35
<dependencies>
36
<dependency>
0 commit comments