blob: 30c48fa39698028f2ea13848d796164aa18aace3 [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>glassfish-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>hk2-parent</artifactId>
<packaging>pom</packaging>
<name>Eclipse Orbit :: Glassfish HK2 Recipes</name>
<modules>
<module>org.glassfish.hk2.api_2.5.0</module>
<module>org.glassfish.hk2.external.asm_2.5.0</module>
<module>org.glassfish.hk2.locator_2.5.0</module>
<module>org.glassfish.hk2.osgi-resource-locator_2.5.0</module>
<module>org.glassfish.hk2.utils_2.5.0</module>
<module>org.glassfish.hk2.api_2.6.1</module>
<module>org.glassfish.hk2.locator_2.6.1</module>
<module>org.glassfish.hk2.utils_2.6.1</module>
<module>org.glassfish.hk2.osgi-resource-locator_1.0.3</module>
</modules>
</project>