<?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">
  <parent>
    <artifactId>maven</artifactId>
    <groupId>org.apache.maven</groupId>
    <version>2.0.4</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.maven.reporting</groupId>
  <artifactId>maven-reporting</artifactId>
  <packaging>pom</packaging>
  <name>Maven Reporting</name>
  <version>2.0.4</version>
  <modules>
    <module>maven-reporting-api</module>
    <module>maven-reporting-impl</module>
  </modules>
</project>