<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>edu.sc.seis.gradle</groupId>
  <artifactId>launch4j</artifactId>
  <version>2.3.0</version>
  <name>launch4j</name>
  <url>https://github.com/TheBoegl/gradle-launch4j/</url>
  <scm>
    <url>https://github.com/TheBoegl/gradle-launch4j/</url>
    <connection>scm:git:git://github.com/TheBoegl/gradle-launch4j.git</connection>
    <developerConnection>scm:git:git@github.com:TheBoegl/gradle-launch4j.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>theboegl</id>
      <name>Sebastian Bögl</name>
      <email>info@sebastianboegl.de</email>
    </developer>
  </developers>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/TheBoegl/gradle-launch4j/issues</url>
  </issueManagement>
</project>
