<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-features</artifactId>
    <packaging>pom</packaging>
    <version>4.1.4</version>
    <name>WSO2 Carbon - Patch releases - features - Aggregator Module</name>
    <url>http://wso2.org</url>

    <modules>        
        <!--Synapse features-->
        <module>../../../features/synapse/org.apache.synapse.transport.vfs.feature/4.1.4</module>
        <module>../../../features/synapse/org.apache.synapse.wso2.feature/4.1.4</module>
        <module>../../../features/synapse/org.apache.synapse.samples.feature/4.1.4</module>
        <module>../../../features/synapse/org.apache.synapse.transport.fix.feature/4.1.4</module>
        <module>../../../features/synapse/org.apache.synapse.transport.nhttp.feature/4.1.4</module>
        <module>../../../features/synapse/org.apache.synapse.transport.vfs.smb.feature/4.1.4</module>
        <!--Synapse features-->
        <!-- ESB Features -->
        <module>../../../features/stratos/common/org.wso2.carbon.stratos.common.server.feature/2.1.4</module>
        <module>../../../features/stratos/common/org.wso2.carbon.stratos.common.feature/2.1.4</module>
        <module>../../../features/mediation/message-store/org.wso2.carbon.message.store.server.feature/4.1.4</module>
        <module>../../../features/mediation/message-store/org.wso2.carbon.message.store.ui.feature/4.1.4</module>        
        <module>../../../features/mediation/message-store/org.wso2.carbon.message.store.feature/4.1.4</module>
        <module>../../../features/mediation/message-processor/org.wso2.carbon.message.processor.server.feature/4.1.4</module>
        <module>../../../features/mediation/message-processor/org.wso2.carbon.message.processor.feature/4.1.4</module>
	<module>../../../features/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.server.feature/4.1.4</module>
	<module>../../../features/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.subversion.feature/4.1.4</module>
	<module>../../../features/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.git.feature/4.1.4</module>
	<module>../../../features/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.feature/4.1.4</module>
        <!-- End ESB Features -->
    </modules>
</project>

