<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.viliussutkus89.licenseOnly</groupId>
  <artifactId>proxy-libintl</artifactId>
  <version>0.2</version>
  <packaging>aar</packaging>
  <name>proxy-libintl</name>
  <description>This is a trivial minimal library intended to act as a proxy for a dynamically loaded optional libintl</description>
  <url>https://github.com/ViliusSutkus89/proxy-libintl</url>
  <inceptionYear>2008</inceptionYear>
  <licenses>
    <license>
      <name>LGPLv2</name>
      <url>https://github.com/ViliusSutkus89/proxy-libintl/blob/0.2/COPYING</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Tor Lillqvist</name>
      <email>tml@iki.fi</email>
    </developer>
    <developer>
      <name>Geoffrey Wossum</name>
    </developer>
    <developer>
      <id>nirbheek</id>
      <name>Nirbheek Chauhan</name>
    </developer>
    <developer>
      <id>oleavr</id>
      <name>Ole André Vadla Ravnås</name>
    </developer>
    <developer>
      <id>ViliusSutkus89</id>
      <name>Vilius Sutkus '89</name>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/ViliusSutkus89/proxy-libintl.git</connection>
    <url>https://github.com/ViliusSutkus89/proxy-libintl</url>
  </scm>
</project>
