Skip to content

Commit c0e8510

Browse files
[maven-release-plugin] prepare release tfs-5.3.1
1 parent aee8feb commit c0e8510

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>tfs-parent</artifactId>
1010
<packaging>pom</packaging>
1111
<name>Team Foundation Server Plug-in parent</name>
12-
<version>5.3.1-SNAPSHOT</version>
12+
<version>5.3.1</version>
1313
<properties>
1414
<jenkins.version>1.580</jenkins.version>
1515
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
@@ -42,7 +42,7 @@
4242
<scm>
4343
<connection>scm:git:ssh://github.com/jenkinsci/tfs-plugin.git</connection>
4444
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/tfs-plugin.git</developerConnection>
45-
<tag>HEAD</tag>
45+
<tag>tfs-5.3.1</tag>
4646
</scm>
4747

4848
<distributionManagement>

tfs-sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>tfs-parent</artifactId>
6-
<version>5.3.1-SNAPSHOT</version>
6+
<version>5.3.1</version>
77
</parent>
88

99
<artifactId>tfs-sdk</artifactId>

tfs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>tfs-parent</artifactId>
6-
<version>5.3.1-SNAPSHOT</version>
6+
<version>5.3.1</version>
77
</parent>
88

99
<artifactId>tfs</artifactId>
1010
<packaging>hpi</packaging>
1111
<name>Team Foundation Server Plug-in</name>
12-
<version>5.3.1-SNAPSHOT</version>
12+
<version>5.3.1</version>
1313
<url>http://wiki.jenkins-ci.org/display/JENKINS/Team+Foundation+Server+Plugin</url>
1414
<licenses>
1515
<license><name>MIT license</name><comments>All source code is under the MIT license.</comments></license>

0 commit comments

Comments
 (0)