<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.357</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  
  <artifactId>description-setter</artifactId>
  <version>1.7</version>
  <packaging>hpi</packaging>
  <name>Hudson description setter plugin</name>
  <url>http://wiki.hudson-ci.org/display/HUDSON/Description+Setter+Plugin</url>

  <developers>
    <developer>
      <id>huybrechts</id>
      <name>Tom Huybrechts</name>
    </developer>
  </developers>

  <scm>
    <connection>scm:svn:https://guest@svn.java.net/svn/hudson~svn/tags/description-setter-1.7</connection>
    <developerConnection>scm:svn:https://svn.java.net/svn/hudson~svn/tags/description-setter-1.7</developerConnection>
    <url>http://java.net/projects/hudson/sources/svn/show/tags/description-setter-1.7</url>
  </scm>
</project>
