<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.geotools</groupId>
    <artifactId>ogc</artifactId>
    <version>2.5.5</version>
  </parent>

  <groupId>org.geotools.ogc</groupId>
  <artifactId>org.w3.xlink</artifactId>
  <packaging>jar</packaging>

  <name>Xlink Model</name>
  <url>http://maven.geotools.fr/reports/modules/unsupported/ogc/org.w3.xlink</url>

  <scm>
    <connection>
      scm:svn:http://svn.geotools.org/trunk/modules/unsupported/ogc/org.w3.xlink
    </connection>
    <url>http://svn.geotools.org/trunk/modules/unsupported/ogc/org.w3.xlink</url>
  </scm>

  <description>Xlink Schema EMF Model</description>

</project>
