Skip to content

Commit

Permalink
Prepare for release 5.133.0 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
keljos authored Mar 23, 2018
1 parent d87876e commit 3de417a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
These notes are for release **5.126.0**.
These notes are for release **5.133.0**.
Other releases and their notes can be found at the [tfs-plugin GitHub Releases](https:/jenkinsci/tfs-plugin/releases) page.

* Major:
* Update VSTS PR Jenkins build status back to VSTS. Thanks to @smile21prc for pull request #175
* Use default values for parameters when value not supplied, via pull request #177
* Add pipeline support. Thanks to @adelcast for pull request #176
* 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:
* Add code to explicitly require either TLS 1.1 or 1.2, via pull request #179
* Fixing missing import. Thanks to @pvandervelde for pull request #180

* Fixing the TFS/VSTS changeset URL [JENKINS-48341](https://issues.jenkins-ci.org/browse/JENKINS-48341), via pull request #190
2 changes: 1 addition & 1 deletion 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.126.0-SNAPSHOT</version>
<version>5.133.0-SNAPSHOT</version>
<properties>
<!-- Version is required to be compatible with current Pipeline plugin dependencies -->
<jenkins.version>1.642.3</jenkins.version>
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.126.0-SNAPSHOT</version>
<version>5.133.0-SNAPSHOT</version>
</parent>

<artifactId>tfs-sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tfs/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.126.0-SNAPSHOT</version>
<version>5.133.0-SNAPSHOT</version>
</parent>

<artifactId>tfs</artifactId>
Expand Down

0 comments on commit 3de417a

Please sign in to comment.