Skip to content

Commit

Permalink
Merge pull request #185 from jenkinsci/prepareforrelease
Browse files Browse the repository at this point in the history
prepare for release 5.126.0
  • Loading branch information
keljos committed Nov 9, 2017
2 parents e00874f + 8d5900f commit 93dbe2a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
These notes are for release **(to be determined)**.
These notes are for release **5.126.0**.
Other releases and their notes can be found at the [tfs-plugin GitHub Releases](https://github.com/jenkinsci/tfs-plugin/releases) page.

* Major:
* TODO
* 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
* Minor:
* TODO
* 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

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.122.0-SNAPSHOT</version>
<version>5.126.0-SNAPSHOT</version>
<properties>
<jenkins.version>1.625.1</jenkins.version>
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.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.122.0-SNAPSHOT</version>
<version>5.126.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.122.0-SNAPSHOT</version>
<version>5.126.0-SNAPSHOT</version>
</parent>

<artifactId>tfs</artifactId>
Expand Down

0 comments on commit 93dbe2a

Please sign in to comment.