<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/maven-v4_0_0.xsd">
  <parent>
    <groupId>org.modeshape</groupId>
    <artifactId>modeshape</artifactId>
    <version>2.2.0.Final</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.modeshape.web</groupId>
  <artifactId>modeshape-web</artifactId>
  <packaging>pom</packaging>
  <name>ModeShape Web Components</name>
  <url>http://www.modeshape.org</url>
  <description>ModeShape Web Components</description>
  <modules>
    <module>modeshape-web-jcr</module>
    <module>modeshape-web-jcr-rest</module>
    <module>modeshape-web-jcr-rest-client</module>
    <module>modeshape-web-jcr-rest-war</module>
    <module>modeshape-web-jcr-webdav</module>
    <module>modeshape-web-jcr-webdav-war</module>
  </modules>
</project>
