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

    <modules>
					
		<!-- Start of governance registry features -->
                <module>../../../features/registry/meta-data/org.wso2.carbon.governance.metadata.ui.feature/4.0.4</module>
                <module>../../../features/registry/meta-data/org.wso2.carbon.governance.metadata.feature/4.0.4</module>
                <module>../../../features/registry/meta-data/org.wso2.carbon.governance.metadata.server.feature/4.0.4</module>
                <module>../../../features/registry/content-search/org.wso2.carbon.registry.contentsearch.server.feature/4.0.4</module>
                <module>../../../features/registry/content-search/org.wso2.carbon.registry.contentsearch.feature/4.0.4</module>
		<module>../../../features/registry/lifecycle-management/org.wso2.carbon.governance.lifecycle.management.server.feature/4.0.4</module>
                <module>../../../features/registry/lifecycle-management/org.wso2.carbon.governance.lifecycle.management.feature/4.0.4</module>
                <module>../../../features/registry/ws-api/org.wso2.carbon.registry.ws.feature/4.0.4</module>
                <module>../../../features/registry/jcr/org.wso2.carbon.registry.jcr.feature/4.0.4</module>
                <module>../../../features/registry/associations-dependencies/org.wso2.carbon.registry.associations.dependencies.server.feature/4.0.4</module>
                <module>../../../features/registry/associations-dependencies/org.wso2.carbon.registry.associations.dependencies.feature/4.0.4</module>   	
	<!-- End of governance registry features -->

                <!-- APIMgt-->
                <module>../../../features/apimgt/org.wso2.carbon.apimgt.server.feature/4.0.5</module>
                <module>../../../features/apimgt/org.wso2.carbon.apimgt.ui.feature/4.0.5</module> 
                <module>../../../features/apimgt/org.wso2.carbon.apimgt.feature/4.0.4</module>          	
        	<!-- APIMgt-->	

                 <!--Start MB features -->
                 <module>../../../features/event/org.wso2.carbon.event.server.feature/4.0.4</module>
                 <module>../../../features/event/org.wso2.carbon.event.feature/4.0.4</module>
                 <!--End MB features -->

			
    </modules>
</project>

