Skip to content

Commit 867936c

Browse files
committed
[maven-release-plugin] prepare release tfs-5.139.2
1 parent 90044ee commit 867936c

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.139.2-SNAPSHOT</version>
12+
<version>5.139.2</version>
1313
<properties>
1414
<!-- Version is required to be compatible with current Pipeline plugin dependencies -->
1515
<jenkins.version>1.642.3</jenkins.version>
@@ -69,7 +69,7 @@
6969
<scm>
7070
<connection>scm:git:https://github.com/jenkinsci/tfs-plugin.git</connection>
7171
<developerConnection>scm:git:https://github.com/jenkinsci/tfs-plugin.git</developerConnection>
72-
<tag>HEAD</tag>
72+
<tag>tfs-5.139.2</tag>
7373
</scm>
7474

7575
<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.139.2-SNAPSHOT</version>
6+
<version>5.139.2</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.139.2-SNAPSHOT</version>
6+
<version>5.139.2</version>
77
</parent>
88

99
<artifactId>tfs</artifactId>
1010
<packaging>hpi</packaging>
1111
<name>Team Foundation Server Plug-in</name>
12-
<version>5.139.2-SNAPSHOT</version>
12+
<version>5.139.2</version>
1313
<url>http://wiki.jenkins-ci.org/display/JENKINS/Team+Foundation+Server+Plugin</url>
1414

1515
<properties>

0 commit comments

Comments
 (0)