<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>
    <artifactId>plexus</artifactId>
    <groupId>org.codehaus.plexus</groupId>
    <version>1.0.11</version>
  </parent>
  <artifactId>plexus-logging</artifactId>
  <version>1.0.4</version>
  <packaging>pom</packaging>
  <name>Plexus Logging Parent</name>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-logging-provider-test</artifactId>
        <version>1.0.4</version>
      </dependency>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-component-api</artifactId>
        <version>1.0-alpha-22</version>
      </dependency>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-container-default</artifactId>
        <version>1.0-alpha-22</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <modules>
    <module>plexus-logging-provider-test</module>
    <module>plexus-slf4j-logging</module>
    <module>plexus-jdk-logging</module>
    <module>plexus-log4j-logging</module>
  </modules>
  <scm>
    <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-logging/tags/plexus-logging-1.0.4</connection>
    <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-logging/tags/plexus-logging-1.0.4</developerConnection>
    <url>http://fisheye.codehaus.org/browse/plexus/plexus-logging/tags/plexus-logging-1.0.4</url>
  </scm>
</project>
