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

    <modules>  
		
		<!-- Start G-Reg components -->
                <module>../../../components/registry/org.wso2.carbon.registry.indexing/4.0.4</module>
		<module>../../../components/governance/org.wso2.carbon.governance.lcm/4.0.4</module> 
		<module>../../../components/governance/org.wso2.carbon.governance.api/4.0.4</module>
                <module>../../../components/governance/org.wso2.carbon.governance.generic.ui/4.0.4</module>
                <module>../../../components/governance/org.wso2.carbon.governance.generic/4.0.4</module>
 	  	<module>../../../components/registry/org.wso2.carbon.registry.ws.api/4.0.4</module> 
                <module>../../../components/registry/org.wso2.carbon.registry.jcr/4.0.4</module>
                <module>../../../components/registry/org.wso2.carbon.registry.relations/4.0.4</module>
 	  	<module>../../../components/governance/org.wso2.carbon.governance.list/4.0.4</module>               
              	<!--End G-reg components-->
                 <!--API-Mgt-->
        	<module>../../../components/apimgt/org.wso2.carbon.apimgt.api/1.0.4</module>
                <module>../../../components/apimgt/org.wso2.carbon.apimgt.gateway/1.0.4</module>
        	<module>../../../components/apimgt/org.wso2.carbon.apimgt.impl/1.0.4</module>        	
        	<module>../../../components/apimgt/org.wso2.carbon.apimgt.keymgt/1.0.5</module>        	
        	<module>../../../components/apimgt/org.wso2.carbon.apimgt.hostobjects/1.0.4</module>
		<module>../../../components/apimgt/org.wso2.carbon.apimgt.usage/org.wso2.carbon.apimgt.usage.client/1.0.4</module>       
       		<!--API-Mgt-->

                <!--Start MB components -->
                <module>../../../components/event/org.wso2.carbon.event.core/4.0.4</module>
                <!--End MB components -->
		
    </modules>
</project>
