<?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>gt2</artifactId>
    <groupId>org.geotools</groupId>
    <version>2.2.2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.geotools</groupId>
  <artifactId>gt2-ext</artifactId>
  <packaging>pom</packaging>
  <name>Geotools extensions</name>
  <version>2.2.2</version>
  <description>Extensions to Geotools 2.</description>
  <url>http://maven.geotools.fr/reports/ext</url>
  <scm>
    <connection>scm:svn:http://svn.geotools.org/geotools/tags/2.2.2</connection>
    <developerConnection>scm:svn:http://svn.geotools.org/geotools/tags/2.2.2</developerConnection>
    <url>http://svn.geotools.org/geotools/tags/2.2.2</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.opengis</groupId>
      <artifactId>geoapi</artifactId>
    </dependency>
    <dependency>
      <groupId>javax.units</groupId>
      <artifactId>jsr108</artifactId>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.geotools</groupId>
        <artifactId>gt2-jar-collector</artifactId>
        <version>2.2.2</version>
        <executions>
          <execution>
            <goals>
              <goal>collect</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <modules>
    <module>brewer</module>
    <module>graph</module>
    <module>go</module>
    <module>openoffice</module>
    <module>pickle</module>
    <module>shape</module>
    <module>shaperenderer</module>
    <module>validation</module>
    <module>widgets-swing</module>
    <module>mappane</module>
  </modules>
</project>
