Navigation Menu

Skip to content

Commit

Permalink
[JENKINS-42744] - Update WinSW to 2.0.3 and Windows Agent installer t…
Browse files Browse the repository at this point in the history
…o 1.8

This PR updates WinSW to 2.0.3 in order to fix [JENKINS-42744](https://issues.jenkins-ci.org/browse/JENKINS-42744), which is reported as a critical regression in Jenkins 2.50.

Changelog: https://github.com/kohsuke/winsw/blob/master/CHANGELOG.md#203

Full diff: winsw/winsw@winsw-2.0.2...winsw-2.0.3
  • Loading branch information
oleg-nenashev committed Apr 1, 2017
1 parent bde09f7 commit 04e2d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -755,7 +755,7 @@ THE SOFTWARE.
<artifactItem>
<groupId>com.sun.winsw</groupId>
<artifactId>winsw</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<classifier>bin</classifier>
<type>exe</type>
<outputDirectory>${project.build.outputDirectory}/windows-service</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Expand Up @@ -114,7 +114,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>windows-slave-installer</artifactId>
<version>1.7</version>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
Expand Down

0 comments on commit 04e2d33

Please sign in to comment.