Skip to content

Commit e1bcca8

Browse files
committed
[maven-release-plugin] prepare release tfs-5.3.3
1 parent 6693c88 commit e1bcca8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.3-SNAPSHOT</version>
12+
<version>5.3.3</version>
1313
<properties>
1414
<jenkins.version>1.580</jenkins.version>
1515
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
@@ -36,7 +36,7 @@
3636
<scm>
3737
<connection>scm:git:ssh://github.com/jenkinsci/tfs-plugin.git</connection>
3838
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/tfs-plugin.git</developerConnection>
39-
<tag>HEAD</tag>
39+
<tag>tfs-5.3.3</tag>
4040
</scm>
4141

4242
<distributionManagement>

tfs-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT</version>
6+
<version>5.3.3</version>
77
</parent>
88

99
<artifactId>tfs-sdk</artifactId>

tfs/pom.xml

Lines changed: 2 additions & 2 deletions
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.3-SNAPSHOT</version>
6+
<version>5.3.3</version>
77
</parent>
88

99
<artifactId>tfs</artifactId>
1010
<packaging>hpi</packaging>
1111
<name>Team Foundation Server Plug-in</name>
12-
<version>5.3.3-SNAPSHOT</version>
12+
<version>5.3.3</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)