blob: cfadfa8cc349177e1117b1dcd058785d1c75eabb [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>xml</artifactId>
<packaging>pom</packaging>
<name>Eclipse Orbit :: XML API Recipes</name>
<modules>
<module>org.dom4j_1.6.1</module>
<module>org.dom4j_2.1.1</module>
<module>org.jaxen_1.1.6</module>
<module>org.jdom2_2.0.6</module>
</modules>
</project>