<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.jvnet.hudson.plugins</groupId>
    <artifactId>plugin</artifactId>
    <version>1.315</version>
    <relativePath>../pom.xml</relativePath>
  </parent>

  <artifactId>swarm-plugin</artifactId>
  <packaging>pom</packaging>
  <name>Hudson Self-Organizing Swarm Plug-in</name>
  <version>1.1</version>

  <licenses>
    <license>
      <name>MIT license</name>
      <comments>All source code is under the MIT license.</comments>
    </license>
  </licenses>

  <modules>
    <module>plugin</module>
    <module>client</module>
  </modules>

  <scm>
    <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/swarm-plugin-1.1</connection>
    <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/swarm-plugin-1.1</developerConnection>
    <url>https://hudson.dev.java.net/source/browse/hudson/hudson/plugins/swarm-plugin/tags/swarm-plugin-1.1</url>
  </scm>

  <properties>
    <hudson.version>1.307</hudson.version>
  </properties>
</project>
