Skip to content

Commit f31358b

Browse files
committed
[maven-release-plugin] prepare release git-client-2.5.0
1 parent 7cf6dae commit f31358b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.jenkins-ci.plugins</groupId>
1212
<artifactId>git-client</artifactId>
13-
<version>2.5.0-SNAPSHOT</version>
13+
<version>2.5.0</version>
1414
<packaging>hpi</packaging>
1515

1616
<name>Jenkins Git client plugin</name>
@@ -37,7 +37,7 @@
3737
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
3838
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
3939
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
40-
<tag>HEAD</tag>
40+
<tag>git-client-2.5.0</tag>
4141
</scm>
4242

4343
<properties>

0 commit comments

Comments
 (0)