<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.openstreetmap.josm.gradle-josm-plugin</groupId>
  <artifactId>langconv</artifactId>
  <version>0.8.0</version>
  <name>gradle-josm-plugin:langconv</name>
  <description>A self-contained Java command line utility for reading and writing GNU gettext files (*.mo and *.po files) as well as a custom i18n file format used by JOSM (*.lang files).</description>
  <url>https://josm.gitlab.io/gradle-josm-plugin</url>
  <inceptionYear>2017</inceptionYear>
  <organization>
    <name>JOSM</name>
    <url>https://josm.openstreetmap.de</url>
  </organization>
  <licenses>
    <license>
      <name>GPL-3.0-or-later</name>
      <url>https://www.gnu.org/licenses/gpl-3.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>floscher</id>
      <name>Florian Schäfer</name>
      <url>https://gitlab.com/floscher</url>
      <timezone>Europe/Berlin</timezone>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Karl Guggisberg</name>
      <url>https://github.com/Gubaer</url>
    </contributor>
    <contributor>
      <name>Taylor Smock</name>
      <url>https://gitlab.com/smocktaylor</url>
    </contributor>
  </contributors>
  <scm>
    <connection>scm:git:https://gitlab.com/JOSM/gradle-josm-plugin.git</connection>
    <developerConnection>scm:git:ssh://git@gitlab.com/JOSM/gradle-josm-plugin.git</developerConnection>
    <url>https://gitlab.com/JOSM/gradle-josm-plugin</url>
  </scm>
  <issueManagement>
    <system>GitLab</system>
    <url>https://gitlab.com/JOSM/gradle-josm-plugin/-/issues</url>
  </issueManagement>
</project>
