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

Commit

Permalink
Merge pull request #13 from oleg-nenashev/winsw/update-2.1.0
Browse files Browse the repository at this point in the history
[JENKINS-43737] - Update WinSW to 2.1.0
  • Loading branch information
oleg-nenashev committed Apr 25, 2017
2 parents cc4af3a + 742c614 commit 981a038
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,9 +6,18 @@ Below you can view changelogs for the trunk version of the Windows Agent Install
This file also provides links to Jenkins versions, which bundle the released versions.
See [Jenkins changelog](https://jenkins.io/changelog/) for more details.

## 1.9

Release date: (Apr 23, 2017) => Jenkins `TODO`

* [JENKINS-43737](https://issues.jenkins-ci.org/browse/JENKINS-43737) -
Update to [Windows Service Wrapper 2.1.0](https://github.com/kohsuke/winsw/blob/master/CHANGELOG.md#210) to support new features: `<download>` command with authentication and/or fail on error, Delayed Automatic Start mode.

The new features will not be enabled by default in service configuration files, but they can be configured manually.

## 1.8

Release date: (Apr 01, 2017) => Jenkins `TODO`
Release date: (Apr 01, 2017) => Jenkins 2.53

* [JENKINS-42744](https://issues.jenkins-ci.org/browse/JENKINS-42744) -
Update to [Windows Service Wrapper 2.0.3](https://github.com/kohsuke/winsw/blob/master/CHANGELOG.md#203)
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.19</version>
<version>2.25</version>
</parent>

<groupId>org.jenkins-ci.modules</groupId>
Expand All @@ -14,7 +14,7 @@
<description>Adds a GUI option to install the JNLP agent as a Windows service</description>

<properties>
<winsw.version>2.0.3</winsw.version>
<winsw.version>2.1.0</winsw.version>
</properties>

<scm>
Expand Down

0 comments on commit 981a038

Please sign in to comment.