<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">
  <parent>
    <artifactId>plexus-components</artifactId>
    <groupId>org.codehaus.plexus</groupId>
    <version>1.1.9</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>plexus-mail-sender</artifactId>
  <packaging>pom</packaging>
  <name>Plexus Mail Sender</name>
  <version>1.0-alpha-7</version>
  <modules>
    <module>plexus-mail-sender-api</module>
    <module>plexus-mail-senders</module>
  </modules>

  <scm>
    <connection>scm:svn:https://svn.codehaus.org/plexus/tags/plexus-mail-sender-1.0-alpha-7</connection>
    <developerConnection>scm:svn:https://svn.codehaus.org/plexus/tags/plexus-mail-sender-1.0-alpha-7</developerConnection>
    <url>http://fisheye.codehaus.org/browse/plexus/plexus-components/tags/plexus-mail-sender-1.0-alpha-7</url>
  </scm>

  <dependencies>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-utils</artifactId>
      <version>1.4</version>
    </dependency>
  </dependencies>
</project>
