blob: d06bb652b71e136f314fb305b4eaa143ac98dfda [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>commonmark</artifactId>
<packaging>pom</packaging>
<name>Eclipse Orbit :: CommonMark Recipes</name>
<modules>
<module>commonmark-core_0.15.1</module>
<module>commonmark-yaml_0.15.1</module>
<module>commonmark-gfm-tables_0.15.1</module>
<module>commonmark-gfm-strikethrough_0.15.1</module>
<module>commonmark-image-attributes_0.15.1</module>
<module>commonmark-ins_0.15.1</module>
<module>commonmark-task-list-items_0.15.1</module>
<module>commonmark-heading-anchor_0.15.1</module>
</modules>
</project>