<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.gnu.inet</groupId>
  <artifactId>libidn</artifactId>
  <name>GNU IDN Library</name>
  <version>1.44</version>

  <description>
    GNU Libidn is a fully documented implementation of the Stringprep,
    Punycode and IDNA specifications. Libidn's purpose is to encode
    and decode internationalized domain names.
  </description>

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
    <maven.compiler.showWarnings>true</maven.compiler.showWarnings>
    <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
  </properties>

  <url>https://www.gnu.org/software/libidn/</url>

  <inceptionYear>2002</inceptionYear>

  <licenses>
    <license>
      <name>GNU Lesser General Public License version 3.0 or later</name>
      <url>https://www.gnu.org/licenses/licenses.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <connection>scm:git:https://codeberg.org/libidn/libidn.git</connection>
    <developerConnection>scm:git:ssh://git@codeberg.org/libidn/libidn.git</developerConnection>
    <url>https://codeberg.org/libidn/libidn</url>
  </scm>

  <organization>
    <name>GNU</name>
    <url>https://www.gnu.org/</url>
  </organization>

  <developers>
    <developer>
      <name>Simon Josefsson</name>
      <email>simon@josefsson.org</email>
    </developer>
  </developers>

</project>
