<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>ch.poole.osm</groupId>
  <artifactId>JosmTemplateParser</artifactId>
  <version>0.3.0</version>
  <name>JosmTemplateParser</name>
  <description>This is a simple parser for the JOSM template language</description>
  <url>https://github.com/simonpoole/JosmTemplateParser</url>
  <licenses>
    <license>
      <name>BSD 3-Clause</name>
      <url>https://raw.githubusercontent.com/simonpoole/JosmTemplateParser/master/LICENCE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Simon Poole</name>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/simonpoole/JosmTemplateParser.git</url>
  </scm>
</project>
