<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest-library</artifactId>
  <version>1.0</version>
  <packaging>jar</packaging>
  <name>Hamcrest Library</name>
  <url>http://code.google.com/p/hamcrest</url>
  <description>Hamcrest Library</description>
  <licenses>
    <license>
      <name>BSD Licence</name>
      <url>http://www.opensource.org/licenses/bsd-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://hamcrest.googlecode.com/svn</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-api</artifactId>
      <version>1.0</version>
    </dependency>
  </dependencies>
</project>
