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

Commit

Permalink
Update to winsw-1.18
Browse files Browse the repository at this point in the history
Changes:
https://github.com/kohsuke/winsw/issues?q=milestone%3Awinsw-1.17 and winsw/winsw@2bf9e85

Jenkins issues: JENKINS-10547, JENKINS-22685
  • Loading branch information
oleg-nenashev committed Sep 17, 2015
1 parent 6137b2f commit 9520682
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -13,6 +13,10 @@
<name>Windows slave installer</name>
<description>Adds a GUI option to install the JNLP slave agent as a Windows service</description>

<properties>
<winsw.version>1.18</winsw.version>
</properties>

<scm>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-module.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/${project.artifactId}-module.git</developerConnection>
Expand Down Expand Up @@ -48,7 +52,7 @@
<artifactItem>
<groupId>com.sun.winsw</groupId>
<artifactId>winsw</artifactId>
<version>1.16</version>
<version>${winsw.version}</version>
<classifier>bin</classifier>
<type>exe</type>
<outputDirectory>${project.build.outputDirectory}/org/jenkinsci/modules/windows_slave_installer</outputDirectory>
Expand Down

0 comments on commit 9520682

Please sign in to comment.