Home | History | Annotate | Download | only in lib
      1 <?xml version="1.0" encoding="ISO-8859-1"?>
      2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
      4   <modelVersion>4.0.0</modelVersion>
      5 
      6   <groupId>org.hamcrest</groupId>
      7   <artifactId>hamcrest-parent</artifactId>
      8   <version>1.3</version>
      9   <packaging>pom</packaging>
     10 
     11   <name>Hamcrest Maven Parent</name>
     12   <url>https://github.com/hamcrest/JavaHamcrest</url>
     13   <description>General parent POM for all hamcrest libraries.</description>
     14 
     15   <licenses>
     16     <license>
     17       <name>New BSD License</name>
     18       <url>http://www.opensource.org/licenses/bsd-license.php</url>
     19       <distribution>repo</distribution>
     20     </license>
     21   </licenses>
     22 
     23   <scm>
     24     <url>https://github.com/hamcrest/JavaHamcrest</url>
     25     <connection>scm:git:git (a] github.com:hamcrest/JavaHamcrest.git</connection>
     26   </scm>
     27 
     28   <developers>
     29     <developer>
     30       <id>joe.walnes</id>
     31       <name>Joe Walnes</name>
     32       <roles>
     33         <role>Developer</role>
     34       </roles>
     35     </developer>
     36     <developer>
     37       <id>nat.pryce</id>
     38       <name>Nat Pryce</name>
     39       <roles>
     40         <role>Developer</role>
     41       </roles>
     42     </developer>
     43     <developer>
     44       <id>smgfreeman</id>
     45       <name>Steve Freeman</name>
     46       <roles>
     47         <role>Developer</role>
     48       </roles>
     49     </developer>
     50     <developer>
     51       <id>neildunn</id>
     52       <name>Neil Dunn</name>
     53       <roles>
     54         <role>Developer</role>
     55       </roles>
     56     </developer>
     57     <developer>
     58       <id>scarytom</id>
     59       <name>Tom Denley</name>
     60       <roles>
     61         <role>Developer</role>
     62       </roles>
     63     </developer>
     64   </developers>
     65 
     66   <modules>
     67     <module>hamcrest-core</module>
     68     <module>hamcrest-generator</module>
     69     <module>hamcrest-library</module>
     70     <module>hamcrest-integration</module>
     71   </modules>
     72 </project>
     73