<?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-module</artifactId>
    <groupId>org.geotools</groupId>
    <version>2.2-JS15-RC5-SNAPSHOT</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.geotools</groupId>
  <artifactId>gt2-api</artifactId>
  <name>API interfaces</name>
  <version>2.2-JS15-RC5-SNAPSHOT</version>
  <description>The api module contains key geotools interfaces that are used by
    other GeoTools modules (and geotools applications). Where possible
    we make use of standard interfaces from projects such as GeoAPI.</description>
  <url>http://maven.geotools.fr/reports/api</url>
  <developers>
    <developer>
      <id>jive</id>
      <name>Jody Garnett</name>
      <email>jgarnett@refractions.net</email>
      <organization>Refractions Research, Inc.</organization>
      <roles>
        <role>Java Developer</role>
        <role>Documentation</role>
        <role>Module Maintainer</role>
      </roles>
    </developer>
    <developer>
      <id>chorner</id>
      <name>Cory Horner</name>
      <email>chorner@refractions.net</email>
      <organization>Refractions Research, Inc.</organization>
      <roles>
        <role>Java Developer</role>
        <role>Module Maintainer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:svn:http://svn.geotools.org/geotools/branches/2.2.x/module/api</connection>
    <url>http://svn.geotools.org/geotools/branches/2.2.x/module/api</url>
    <developerConnection>scm:svn:http://svn.geotools.org/geotools/branches/2.2.x/gt2-module/gt2-api</developerConnection>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.geotools</groupId>
      <artifactId>gt2-referencing</artifactId>
      <version>2.2-JS15-RC5-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>com.vividsolutions</groupId>
      <artifactId>jts</artifactId>
    </dependency>
  </dependencies>
</project>