<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>patch-releases</artifactId>
        <version>3.2.2</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.wso2.carbon</groupId>
    <artifactId>patch-releases-samples-parent</artifactId>
    <packaging>pom</packaging>
    <version>3.2.2</version>
    <name>WSO2 Carbon - Patch releases - Samples - Parent Maven Project</name>
    <url>http://wso2.org</url>
    
	<modules>
		<!-- <module>../../../samples/3.2.2/shopping-cart</module> -->
		<module>../../../samples/3.2.2/shopping-cart-global</module>
    </modules>
</project>
