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 #16 from oleg-nenashev/winsw/update-2.1.2
Browse files Browse the repository at this point in the history
[JENKINS-46282] - Update WinSW from 2.1.0 to 2.1.2
  • Loading branch information
oleg-nenashev committed Aug 18, 2017
2 parents 19bf267 + 0594a94 commit 29e2f5b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Expand Up @@ -3,20 +3,20 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.26</version>
<version>2.33</version>
</parent>

<groupId>org.jenkins-ci.modules</groupId>
<artifactId>windows-slave-installer</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.9.1-SNAPSHOT</version>
<packaging>jenkins-module</packaging>
<name>Windows agent installer</name>
<description>Adds a GUI option to install the JNLP agent as a Windows service</description>

<properties>
<jenkins.version>1.625.3</jenkins.version>
<java.level>7</java.level>
<winsw.version>2.1.0</winsw.version>
<winsw.version>2.1.2</winsw.version>
</properties>

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

<repositories>
Expand Down

0 comments on commit 29e2f5b

Please sign in to comment.