<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>carbon-parent</artifactId>
        <version>1.5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>samples</artifactId>
    <packaging>pom</packaging>
    <name>samples</name>
    <description>samples</description>
    <url>http://wso2.org</url>

    <modules>
        <module>org.wso2.carbon.sample</module>
        <module>org.wso2.carbon.jsp.jstl.example</module>
    </modules>


</project>
