<?xml version="1.0" encoding="UTF-8"?>
<!-- ==================================================== -->
<!--     Maven 2 project configuration file               -->
<!--     http://maven.apache.org/maven2/                  -->
<!-- ==================================================== -->

<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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.opengis</groupId>
    <artifactId>parent</artifactId>
    <version>2.3-M1</version>
  </parent>



  <!-- ==================================================== -->
  <!--     Project description                              -->
  <!-- ==================================================== -->
  <groupId>org.opengis</groupId>
  <artifactId>geoapi-dummy-pending</artifactId>
  <packaging>jar</packaging>
  <name>Temporary placeholder for pending interfaces</name>
  <description>
    Temporary placeholder for interfaces defined in the geoapi-pending module. Those interfaces
    are declared in this module without their methods, only in order to satisfy the dependencies
    in the geoapi module. Those interfaces will be removed from this dummy module as they migrate
    from "geoapi-pending" to "geoapi" modules, and this dummy module will ultimatly disaspear.
  </description>



  <!-- ==================================================== -->
  <!--     Developers and contributors                      -->
  <!-- ==================================================== -->
  <developers>
    <developer>
      <id>desruisseaux</id>
      <name>Martin Desruisseaux</name>
      <email>desruisseaux@users.sourceforge.net</email>
      <organization>Geomatys</organization>
      <organizationUrl>http://www.geomatys.fr/</organizationUrl>
      <roles>
        <role>Java Developer</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
  </developers>

</project>
