<?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>
  <packaging>aar</packaging>
  <groupId>com.netzarchitekten</groupId>
  <artifactId>IPtProxy</artifactId>
  <version>2.0.0</version>
  <name>IPtProxy</name>
  <description>Obfs4proxy and Snowflake Pluggable Transports for iOS, MacOS and Android</description>
  <url>https://github.com/tladesignz/IPtProxy</url>
  <inceptionYear>2020</inceptionYear>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/tladesignz/IPtProxy/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>GPL3</name>
      <url>https://gitweb.torproject.org/pluggable-transports/obfs4.git/tree/LICENSE-GPL3.txt</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>BSD-3-clause</name>
      <url>https://gitweb.torproject.org/pluggable-transports/snowflake.git/tree/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>guardianproject</id>
      <name>Guardian Project</name>
      <email>support@guardianproject.info</email>
    </developer>
    <developer>
      <id>torproject</id>
      <name>Tor Project</name>
      <email>torbrowser@torproject.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/tladesignz/IPtProxy.git</connection>
    <url>https://github.com/tladesignz/IPtProxy</url>
  </scm>
  <issueManagement>
    <url>https://github.com/tladesignz/IPtProxy/issues</url>
    <system>GitHub</system>
  </issueManagement>
</project>
