<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>de.defmacro</groupId>
  <artifactId>eclipse-astparser</artifactId>
  <version>8.1</version>
  <name>Standalone Eclipse AST-Parser</name>
  <description>Extracted from the Eclipse JDT</description>
  <url>https://github.com/Ragnaroek/eclipse-astparser</url>
  <developers>
    <developer>
      <id>mibo</id>
      <name>Michael Bohn</name>
      <email>spaceodyssey@gmx.de</email>
      <url>https://github.com/Ragnaroek/</url>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/Ragnaroek/eclipse-astparser</url>
  </scm>
  <licenses>
    <license>
      <name>Eclipse Public License - v1.0</name>
      <url>https://www.eclipse.org/legal/epl-v10.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
</project>
