<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.orbisgis</groupId>
  <artifactId>cts</artifactId>
  <version>1.3.3</version>
  <packaging>bundle</packaging>
  <description>Coordinate Transformation Suite (abridged CTS) is a library developed to perform coordinate
    transformations using well known geodetic algorithms and parameter sets. It strives to be simple, flexible and
    interoperable, in this order.</description>
  <name>cts</name>
  <parent>
    <groupId>org.orbisgis</groupId>
    <artifactId>orbisgis-nexus</artifactId>
    <version>1</version>
  </parent>
  <organization>
    <name>IRSTV CNRS-FR-2488</name>
    <url>http://www.irstv.fr/</url>
  </organization>
  <url>http://www.orbisgis.org/projects/CTS/</url>
  <scm>
    <connection>scm:git:https://github.com/irstv/CTS.git</connection>
    <developerConnection>scm:git:https://github.com/irstv/CTS.git</developerConnection>
    <url>git@github.com:irstv/CTS.git</url>
  </scm>
  <licenses>
    <license>
      <name>GNU General Public License (GPLV3+)</name>
      <url>http://www.gnu.org/licenses/gpl-3.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Michaël Michaud</name>
      <organization>OpenJUMP Community</organization>
    </developer>
    <developer>
      <name>Jules Party</name>
      <organization>IRSTV CNRS-FR-2488</organization>
    </developer>
    <developer>
      <name>Erwan Bocher</name>
      <organization>IRSTV CNRS-FR-2488</organization>
    </developer>
  </developers>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>2.3.7</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.10</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.6.0</version>
    </dependency>
    <!-- Remove comment to see Unit Test log messages
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.6.0</version>
      <scope>test</scope>
    </dependency>
    -->
  </dependencies>
</project>
