Statistics
| Branch: | Tag: | Revision:

trustedintents / trustedintents / trustedintents.pom @ cba1dc86

History | View | Annotate | Download (1.58 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<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"
3
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4
  <modelVersion>4.0.0</modelVersion>
5
  <groupId>info.guardianproject.trustedintents</groupId>
6
  <artifactId>trustedintents</artifactId>
7
  <version>0.0</version>
8
  <name>TrustedIntents</name>
9
  <url>https://guardianproject.info/code/trustedintents</url>
10
  <description>TrustedIntents is a library for flexible trusted interactions between Android apps.  It is modeled after Android's `signature` protection level for permissions.  The key difference is that the framework allows the trusted signature to be set, rather than requiring to match the current app's signature.</description>
11
  <licenses>
12
   <license>
13
     <name>LGPLv2.1</name>
14
     <url>https://github.com/guardianproject/TrustedIntents/blob/master/LICENSE.txt</url>
15
   </license>
16
  </licenses>
17
  <developers>
18
    <developer>
19
      <id>guardianproject</id>
20
      <name>Guardian Project</name>
21
      <email>support@guardianproject.info</email>
22
    </developer>
23
  </developers>
24
  <issueManagement>
25
    <url>https://dev.guardianproject.info/projects/trustedintents/issues</url>
26
    <system>Redmine</system>
27
  </issueManagement>
28
  <scm>
29
    <connection>scm:https://github.com/guardianproject/TrustedIntents.git</connection>
30
    <developerConnection>scm:git@github.com:guardianproject/TrustedIntents.git</developerConnection>
31
    <url>scm:https://github.com/guardianproject/TrustedIntents</url>
32
  </scm>
33
</project>