From 100202cf03db1fc4a0a7365f4ea585ed6ebadbcc Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sat, 19 Aug 2017 21:50:17 +0200 Subject: [PATCH] [JENKINS-46282] - Update WinSW from 2.1.0 to 2.1.2 (#2987) * [JENKINS-46282] - Update WinSW from 2.1.0 to 2.1.2 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](https://github.com/kohsuke/winsw/issues/206) - Prevent printing of log entries in the `status` command - [WinSW Issue #218](https://github.com/kohsuke/winsw/issues/218) - Prevent hanging of the stop executable when its logs are not being drained do the parent process Full Diff: https://github.com/kohsuke/winsw/compare/winsw-v2.1.0...winsw-v2.1.2 * [JENKINS-46282] - Pick the released version of Windows Agent Installer --- core/pom.xml | 2 +- war/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 78ddda7daa..3fcc54e1d6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -771,7 +771,7 @@ THE SOFTWARE. com.sun.winsw winsw - 2.1.0 + 2.1.2 bin exe ${project.build.outputDirectory}/windows-service diff --git a/war/pom.xml b/war/pom.xml index 4e25ba2013..4203816bd0 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -114,7 +114,7 @@ THE SOFTWARE. org.jenkins-ci.modules windows-slave-installer - 1.9 + 1.9.1 org.jenkins-ci.modules -- GitLab