Home | History | Annotate | Download | only in 2.1.0
      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>com.braintreepayments</groupId>
      6   <artifactId>encryption</artifactId>
      7   <version>2.1.0</version>
      8   <name>encryption</name>
      9   <description>Client side encryption for Braintree integrations on Android.</description>
     10   <url>https://github.com/braintree/braintree_android_encryption</url>
     11   <licenses>
     12     <license>
     13       <name>MIT</name>
     14       <url>http://opensource.org/licenses/MIT</url>
     15       <distribution>repo</distribution>
     16     </license>
     17   </licenses>
     18   <developers>
     19     <developer>
     20       <id>devs</id>
     21       <name>Braintree Payments</name>
     22     </developer>
     23   </developers>
     24   <scm>
     25     <connection>scm:git (a] github.com:braintree/braintree_android_encryption.git</connection>
     26     <developerConnection>scm:git (a] github.com:braintree/braintree_android_encryption.git</developerConnection>
     27     <url>scm:git (a] github.com:braintree/braintree_android_encryption.git</url>
     28   </scm>
     29 </project>
     30