blob: 6c37fcbaa53040c20bd70a00c6083604aefc53eb [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>
</modules>
</project>