This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
TEMPLATE.pom
52 lines (49 loc) · 1.87 KB
/
TEMPLATE.pom
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.wire</groupId>
<artifactId>cryptobox-android</artifactId>
<description>cryptobox-android</description>
<version>%%VERSION%%</version>
<packaging>aar</packaging>
<url>https://github.com/wireapp/cryptobox-jni</url>
<scm>
<connection>scm:git:git://github.com/wireapp/cryptobox-jni</connection>
<developerConnection>scm:git:git://github.com/wireapp/cryptobox-jni</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/wireapp/cryptobox-jni</url>
</scm>
<licenses>
<license>
<name>GPL-3.0</name>
<url>https://opensource.org/licenses/GPL-3.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>cryptobox-android</name>
<organization>
<name>com.wire</name>
</organization>
<developers>
<developer>
<id>makingthematrix</id>
<name>Maciej Gorywoda</name>
<email>[email protected]</email>
<organization>Project Zeta GmbH</organization>
<organizationUrl>https://wire.com</organizationUrl>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<id>vitorhugods</id>
<name>Vitor Hugo Schwaab</name>
<email>[email protected]</email>
<organization>Project Zeta GmbH</organization>
<organizationUrl>https://wire.com</organizationUrl>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
</project>