Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
[JENKINS-46282] - Update WinSW from 2.1.0 to 2.1.2
Browse files Browse the repository at this point in the history
Fixes [JENKINS-46282](https://issues.jenkins-ci.org/browse/JENKINS-46282), which impacts the default installation.
Also updates Parent POM in the module

Full list of fixes:

- JENKINS-46282 - Runaway Process Killer extension was not using the stopTimeoutMs parameter
- [WinSW Issue #206](winsw/winsw#206) - Prevent printing of log entries in the `status` command
- [WinSW Issue #218](winsw/winsw#218) - Prevent hanging of the stop executable when its logs are not being drained do the parent process

Full Diff: winsw/winsw@winsw-v2.1.0...winsw-v2.1.2
  • Loading branch information
oleg-nenashev committed Aug 17, 2017
1 parent 19bf267 commit d7454c7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jenkins-ci.plugins</groupId> <groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId> <artifactId>plugin</artifactId>
<version>2.26</version> <version>2.33</version>
</parent> </parent>


<groupId>org.jenkins-ci.modules</groupId> <groupId>org.jenkins-ci.modules</groupId>
Expand All @@ -16,7 +16,7 @@
<properties> <properties>
<jenkins.version>1.625.3</jenkins.version> <jenkins.version>1.625.3</jenkins.version>
<java.level>7</java.level> <java.level>7</java.level>
<winsw.version>2.1.0</winsw.version> <winsw.version>2.1.2</winsw.version>
</properties> </properties>


<scm> <scm>
Expand Down Expand Up @@ -85,6 +85,11 @@
<artifactId>slave-installer</artifactId> <artifactId>slave-installer</artifactId>
<version>1.5</version> <version>1.5</version>
</dependency> </dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>instance-identity</artifactId>
<version>1.4</version>
</dependency>
</dependencies> </dependencies>


<repositories> <repositories>
Expand Down

0 comments on commit d7454c7

Please sign in to comment.