<?xml version="1.0" encoding="UTF-8"?>
<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">
  <groupId>net.sf.buildbox</groupId>
  <artifactId>strictlogging</artifactId>
  <version>1.0.1-rc</version>
  <packaging>pom</packaging>
  <parent>
    <groupId>net.sf.buildbox.maven</groupId>
    <artifactId>buildbox-pom</artifactId>
    <version>1.0.2-2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <name>strictlogging:1.0.1-rc</name>
  <url>http://buildbox.sf.net/strictlogging</url>
  <modules>
    <module>api</module>
    <module>tests</module>
    <module>javalogapi</module>
    <module>log4j</module>
    <module>mavenlog</module>
  </modules>
  <distributionManagement>
    <downloadUrl>http://buildbox.sourceforge.net/${project.artifactId}</downloadUrl>
    <site>
      <id>buildbox.sf.net</id>
      <url>sftp://web.sourceforge.net/home/groups/b/bu/buildbox/htdocs/${project.artifactId}</url>
    </site>
  </distributionManagement>
  <issueManagement>
    <system>sourceforge</system>
    <url>https://sourceforge.net/tracker/?func=browse&amp;group_id=198902&amp;atid=1474880</url>
  </issueManagement>
  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-site-plugin</artifactId>
        <version>2.1.1</version>
        <configuration>
          <siteDirectory>site</siteDirectory>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-project-info-reports-plugin</artifactId>
        <version>2.1.2</version>
        <reportSets>
          <reportSet>
            <reports>
              <report>index</report>
              <report>dependencies</report>
              <report>project-team</report>
              <report>dependency-convergence</report>
              <report>plugins</report>
              <report>issue-tracking</report>
              <report>license</report>
              <report>scm</report>
              <report>summary</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>
    </plugins>
  </reporting>
  <scm>
    <connection>scm:svn:https://buildbox.svn.sourceforge.net/svnroot/buildbox/tags/net.sf.buildbox-strictlogging-1.0.1-rc</connection>
    <developerConnection>scm:svn:https://buildbox.svn.sourceforge.net/svnroot/buildbox/tags/net.sf.buildbox-strictlogging-1.0.1-rc</developerConnection>
    <url>https://buildbox.svn.sourceforge.net/svnroot/buildbox/tags/net.sf.buildbox-strictlogging-1.0.1-rc</url>
  </scm>
</project>
