blob: 11e5cc04459d9faeda7a702b0ff869ed3e6f84f4 [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>junit-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>junit5</artifactId>
<packaging>pom</packaging>
<name>Eclipse Orbit :: JUnit 5.7.0 Recipes</name>
<modules>
<module>org.junit.jupiter.api_5.7.0</module>
<module>org.junit.jupiter.engine_5.7.0</module>
<module>org.junit.jupiter.migrationsupport_5.7.0</module>
<module>org.junit.jupiter.params_5.7.0</module>
<module>org.junit.platform.commons_1.7.0</module>
<module>org.junit.platform.engine_1.7.0</module>
<module>org.junit.platform.launcher_1.7.0</module>
<module>org.junit.platform.runner_1.7.0</module>
<module>org.junit.platform.suite.api_1.7.0</module>
<module>org.junit.vintage.engine_5.7.0</module>
<module>org.opentest4j_1.2.0</module>
<module>org.apiguardian_1.1.0</module>
</modules>
</project>