2021-02-02 12:05:47 +01:00
|
|
|
<?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>
|
2021-04-07 20:46:11 +02:00
|
|
|
|
2021-02-02 12:05:47 +01:00
|
|
|
<groupId>org.ooni</groupId>
|
|
|
|
<artifactId>oonimkall</artifactId>
|
|
|
|
<version>@VERSION@</version>
|
|
|
|
<packaging>aar</packaging>
|
2021-04-07 20:46:11 +02:00
|
|
|
|
2021-02-02 12:05:47 +01:00
|
|
|
<name>oonimkall</name>
|
2021-04-08 17:00:51 +02:00
|
|
|
<description>OONI Probe Library for Android</description>
|
2021-04-07 20:46:11 +02:00
|
|
|
<url>https://github.com/ooni/probe-cli</url>
|
|
|
|
|
2021-02-02 12:05:47 +01:00
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>The 3-Clause BSD License</name>
|
|
|
|
<url>https://opensource.org/licenses/BSD-3-Clause</url>
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
2021-04-07 20:46:11 +02:00
|
|
|
|
2021-02-02 12:05:47 +01:00
|
|
|
<scm>
|
|
|
|
<url>https://github.com/ooni/probe-engine</url>
|
|
|
|
<connection>https://github.com/ooni/probe-engine.git</connection>
|
|
|
|
</scm>
|
2021-04-07 20:46:11 +02:00
|
|
|
|
2021-02-02 12:05:47 +01:00
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>Simone Basso</name>
|
|
|
|
<email>simone@openobservatory.org</email>
|
|
|
|
<roles>
|
2021-04-07 20:46:11 +02:00
|
|
|
<role>Core developer</role>
|
2021-02-02 12:05:47 +01:00
|
|
|
</roles>
|
|
|
|
<timezone>Europe/Rome</timezone>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
2021-04-07 20:46:11 +02:00
|
|
|
|
2021-02-02 12:05:47 +01:00
|
|
|
</project>
|