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 7cf6dae commit f31358bCopy full SHA for f31358b
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>org.jenkins-ci.plugins</groupId>
12
<artifactId>git-client</artifactId>
13
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.5.0</version>
14
<packaging>hpi</packaging>
15
16
<name>Jenkins Git client plugin</name>
@@ -37,7 +37,7 @@
37
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
38
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
39
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
40
- <tag>HEAD</tag>
+ <tag>git-client-2.5.0</tag>
41
</scm>
42
43
<properties>
0 commit comments