<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.foobar27</groupId>
  <artifactId>native-initializer</artifactId>
  <version>0.1.2</version>
  <name>native-initializer</name>
  <description>Specify how native libraries should be loaded</description>
  <url>http://www.example.com/example-application</url>
  <licenses>
    <license>
      <name>Eclipse Public License (EPL), Version 1.0</name>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>foobar27</id>
      <name>Sebastien Wagener</name>
      <email>sebastien.wagener@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/foobar27/nativeinitializer.git</connection>
    <developerConnection>scm:git:ssh://github.com:foobar27/nativeinitializer.git</developerConnection>
    <url>http://github.com/foobar27/nativeinitializer/tree/master</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/foobar27/nativeinitializer/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
