Skip to content

Commit

Permalink
To release 5.133.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalyan-microsoft committed Jul 31, 2018
1 parent 05a1233 commit 5c4d1b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
These notes are for release **5.133.0**.
These notes are for release **5.133.1**.
Other releases and their notes can be found at the [tfs-plugin GitHub Releases](https://github.com/jenkinsci/tfs-plugin/releases) page.

* Major:
* Update POMs and cleanup the dependencies/code. Thanks to @oleg-nenashev for pull request #192
* Release configuration and archiving VSTS logs improvement, Thanks to @zackliu for pull request #189
* Use owner instead of committer as author. Thanks to @adelcast for pull request #188
* Minor:
* Fixing the TFS/VSTS changeset URL [JENKINS-48341](https://issues.jenkins-ci.org/browse/JENKINS-48341), via pull request #190
* Fixing release creation post build action when having multiple artifacts in the release definition via pull request #198
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>tfs-parent</artifactId>
<packaging>pom</packaging>
<name>Team Foundation Server Plug-in parent</name>
<version>5.133.0-SNAPSHOT</version>
<version>5.133.1</version>
<properties>
<!-- Version is required to be compatible with current Pipeline plugin dependencies -->
<jenkins.version>1.642.3</jenkins.version>
Expand Down Expand Up @@ -69,7 +69,7 @@
<scm>
<connection>scm:git:https://github.com/jenkinsci/tfs-plugin.git</connection>
<developerConnection>scm:git:https://github.com/jenkinsci/tfs-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>tfs-5.133.1</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion tfs-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>tfs-parent</artifactId>
<version>5.133.0-SNAPSHOT</version>
<version>5.133.1</version>
</parent>

<artifactId>tfs-sdk</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>tfs-parent</artifactId>
<version>5.133.0-SNAPSHOT</version>
<version>5.133.1</version>
</parent>

<artifactId>tfs</artifactId>
<packaging>hpi</packaging>
<name>Team Foundation Server Plug-in</name>
<version>5.133.0-SNAPSHOT</version>
<version>5.133.1</version>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Team+Foundation+Server+Plugin</url>

<properties>
Expand Down

0 comments on commit 5c4d1b1

Please sign in to comment.