<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.jenkins-ci.plugins</groupId>
        <artifactId>plugin</artifactId>
        <version>1.545</version> <!-- TODO 1.547 when available: the first to not include this in core -->
    </parent>
    <artifactId>windows-slaves</artifactId>
    <version>1.0</version>
    <packaging>hpi</packaging>
    <name>Windows Slaves Plugin</name>
    <description>Allows you to connect to Windows machines and start slave agents on them.</description>
    <url>http://wiki.jenkins-ci.org/display/JENKINS/Windows+Slaves+Plugin</url>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://www.opensource.org/licenses/mit-license.php</url>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
        <developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
        <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
    </scm>
    <dependencies>
        <dependency>
            <groupId>org.jenkins-ci</groupId>
            <artifactId>windows-remote-command</artifactId>
            <version>1.4</version>
        </dependency>
    </dependencies>
    
    
</project>
