Skip to content

Commit

Permalink
[maven-release-plugin] prepare release tfs-5.126.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpricket committed Nov 9, 2017
1 parent 93dbe2a commit 7f08a4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.126.0-SNAPSHOT</version>
<version>5.126.0</version>
<properties>
<jenkins.version>1.625.1</jenkins.version>
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
Expand Down Expand Up @@ -55,7 +55,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.126.0</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.126.0-SNAPSHOT</version>
<version>5.126.0</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.126.0-SNAPSHOT</version>
<version>5.126.0</version>
</parent>

<artifactId>tfs</artifactId>
<packaging>hpi</packaging>
<name>Team Foundation Server Plug-in</name>
<version>5.122.0-SNAPSHOT</version>
<version>5.126.0</version>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Team+Foundation+Server+Plugin</url>
<licenses>
<license><name>MIT license</name><comments>All source code is under the MIT license.</comments></license>
Expand Down

0 comments on commit 7f08a4d

Please sign in to comment.