Skip to content

Commit

Permalink
bundling the new versions of slave installer.
Browse files Browse the repository at this point in the history
These versions have a better API that supports Channels in general, not
just SlaveComputer.
  • Loading branch information
kohsuke committed Nov 26, 2012
1 parent e21289a commit 3cf6fb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions war/pom.xml
Expand Up @@ -120,17 +120,17 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>windows-slave-installer</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>launchd-slave-installer</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>upstart-slave-installer</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
Expand Down

0 comments on commit 3cf6fb6

Please sign in to comment.