Home | History | Annotate | Download | only in 1.4
      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.squareup.leakcanary</groupId>
      6   <artifactId>leakcanary-analyzer</artifactId>
      7   <version>1.4</version>
      8   <name>LeakCanary Analyzer</name>
      9   <description>Leak Canary</description>
     10   <url>http://github.com/square/leakcanary/</url>
     11   <licenses>
     12     <license>
     13       <name>The Apache Software License, Version 2.0</name>
     14       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     15       <distribution>repo</distribution>
     16     </license>
     17   </licenses>
     18   <developers>
     19     <developer>
     20       <id>square</id>
     21       <name>Square, Inc.</name>
     22     </developer>
     23   </developers>
     24   <scm>
     25     <connection>scm:git:https://github.com/square/leakcanary.git</connection>
     26     <developerConnection>scm:git:git (a] github.com:square/leakcanary.git</developerConnection>
     27     <url>http://github.com/square/leakcanary/</url>
     28   </scm>
     29   <dependencies>
     30     <dependency>
     31       <groupId>com.squareup.haha</groupId>
     32       <artifactId>haha</artifactId>
     33       <version>2.0.3</version>
     34       <scope>compile</scope>
     35     </dependency>
     36     <dependency>
     37       <groupId>com.squareup.leakcanary</groupId>
     38       <artifactId>leakcanary-watcher</artifactId>
     39       <version>1.4</version>
     40       <scope>compile</scope>
     41     </dependency>
     42   </dependencies>
     43 </project>
     44