Blame SOURCES/hamcrest-core-1.3.pom

da0d2e

da0d2e
da0d2e
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
da0d2e
  <modelVersion>4.0.0</modelVersion>
da0d2e

da0d2e
  <parent>
da0d2e
    <groupId>org.hamcrest</groupId>
da0d2e
    <artifactId>hamcrest-parent</artifactId>
da0d2e
    <version>1.3</version>
da0d2e
  </parent>
da0d2e

da0d2e
  <artifactId>hamcrest-core</artifactId>
da0d2e
  <packaging>jar</packaging>
da0d2e
  <name>Hamcrest Core</name>
da0d2e
  <description>
da0d2e
    This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
da0d2e
  </description>
da0d2e
</project>