<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.wso2.carbon</groupId>
        <artifactId>platform-patch-releases</artifactId>
        <version>4.0.7</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <groupId>org.wso2.carbon</groupId>
    <artifactId>platform-patch-releases-samples</artifactId>
    <packaging>pom</packaging>
    <version>4.0.7</version>
    <name>WSO2 Carbon - Patch releases - samples - Aggregator Module</name>
    <url>http://wso2.org</url>

    <modules>
		<!--module>../../../samples/shopping-cart-global/2.0.5</module-->

    </modules>

</project>
