blob: 1c47703ae213b94c8504cae51cd6f3a4b54dc320 [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>mockito-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>mockito2</artifactId>
<packaging>pom</packaging>
<name>Eclipse Orbit :: Mockito 2 Recipes</name>
<modules>
<module>org.mockito_2.13.0</module>
<module>org.mockito_2.23.0</module>
</modules>
</project>