Skip to content

Commit 90044ee

Browse files
bumping version to 5.139.2. Added missing SNAPSHOT keyword in version (#207)
* bumping version to 5.139.2. Added missing SNAPSHOT keyword in version * minor fix
1 parent a548eec commit 90044ee

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

ReleaseNotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
These notes are for release **5.139.1**.
1+
These notes are for release **5.139.2**.
22
Other releases and their notes can be found at the [tfs-plugin GitHub Releases](https://github.com/jenkinsci/tfs-plugin/releases) page.
33

44
* Minor:
5-
* Fixing release creation post build action when having multiple artifacts in the release definition via pull request #198
5+
* Fixing release creation post build action when having multiple artifacts in the release definition, via pull request #198

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.139.1</version>
12+
<version>5.139.2-SNAPSHOT</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>tfs-5.139.1</tag>
72+
<tag>HEAD</tag>
7373
</scm>
7474

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

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

1515
<properties>

0 commit comments

Comments
 (0)