<?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>macappbundle</artifactId>
  <version>2.1.0</version>
  <name>macappbundle</name>
  <description>A Gradle Plugin to create a Mac OSX .app application based on the project. </description>
  <url>https://code.google.com/p/gradle-macappbundle/</url>
  <inceptionYear>2012</inceptionYear>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
    </license>
  </licenses>
  <scm>
    <url>https://code.google.com/p/gradle-macappbundle/source/checkout</url>
  </scm>
  <developers>
    <developer>
      <id>crotwell</id>
      <name>Philip Crotwell</name>
      <email>crotwell@seis.sc.edu</email>
    </developer>
  </developers>
</project>
