<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.github.brake.threegpp</groupId>
  <artifactId>telecom-charsets</artifactId>
  <version>1.0.1</version>
  <name>telecom-charsets</name>
  <description>A set of Java™ Charset implementations supporting various codecs used in telecommunications</description>
  <url>https://github.com/brake/telecom-charsets</url>
  <inceptionYear>2017</inceptionYear>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>brake</id>
      <name>Constantin Roganov</name>
      <url>https://github.com/brake</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:brake/telecom-charsets.git</connection>
    <developerConnection>scm:git:git@github.com:brake/telecom-charsets.git</developerConnection>
    <url>https://github.com/brake/telecom-charsets</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
