<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.1.4</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

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

    <modules>
        <module>../../../components/mediation/message-store/org.wso2.carbon.message.store/4.1.4</module>
        <module>../../../components/mediation/message-store/org.wso2.carbon.message.store.ui/4.1.4</module>        

        <module>../../../components/mediation/message-processor/org.wso2.carbon.message.processor/4.1.4</module>
	<module>../../../components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.1.4</module>
    </modules>
</project>
