blob: 581d618d637ee07f1d47f09305f61c1661d24a89 [file] [log] [blame]
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.orbit.bundles</groupId>
<artifactId>orbit-recipes</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>hamcrest</artifactId>
<packaging>pom</packaging>
<name>Eclipse Orbit :: Hamcrest Recipes</name>
<modules>
<module>org.hamcrest.core_1.3.0</module>
<module>org.hamcrest.library_1.3.0</module>
</modules>
</project>