<?xml version="1.0"?><project>
  <parent>
    <artifactId>gt2-module</artifactId>
    <groupId>org.geotools</groupId>
    <version>2.3.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.geotools</groupId>
  <artifactId>gt2-api</artifactId>
  <name>API interfaces</name>
  <version>2.3.0</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>
  <inceptionYear>1996</inceptionYear>
  <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>
  <licenses>
    <license>
      <name>Lesser General Public License (LGPL)</name>
      <url>http://www.gnu.org/copyleft/lesser.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:http://svn.geotools.org/geotools/tags/2.3.0</connection>
    <url>http://svn.geotools.org/geotools/tags/2.3.0</url>
  </scm>
  <organization>
    <name>Geotools</name>
    <url>http://www.geotools.org</url>
  </organization>
  <build />
  <dependencies>
    <dependency>
      <groupId>com.vividsolutions</groupId>
      <artifactId>jts</artifactId>
    </dependency>
    <dependency>
      <groupId>org.geotools</groupId>
      <artifactId>gt2-referencing</artifactId>
      <version>2.3.0</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>