<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.403</version>
  </parent>

  <artifactId>ssh-slaves</artifactId>
  <packaging>hpi</packaging>
  <version>0.16</version>
  <name>Jenkins SSH Slaves plugin</name>
  <url>http://wiki.jenkins-ci.org/display/JENKINS/SSH+Slaves+plugin</url>

  <scm>
   <connection>scm:git:git://github.com/jenkinsci/ssh-slaves-plugin.git</connection>
   <developerConnection>scm:git:git@github.com:jenkinsci/ssh-slaves-plugin.git</developerConnection>
   <url>https://github.com/jenkinsci/ssh-slaves-plugin</url>
  </scm>

    <developers>
      <developer>
        <id>kohsuke</id>
        <name>Kohsuke Kawaguchi</name>
      </developer>
      <developer>
        <id>olamy</id>
        <name>Olivier Lamy</name>
      </developer>
    </developers>

    <build>
      <plugins>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-surefire-plugin</artifactId>
          <version>2.8</version>
        </plugin>
      </plugins>
    </build>

</project>
