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

    <modules>
         <!-- Identity Components -->
        <module>../../../components/identity/org.wso2.carbon.identity.base/4.0.6</module>
        <module>../../../components/identity/org.wso2.carbon.identity.provider/4.0.6</module>
        <module>../../../components/identity/org.wso2.carbon.identity.relyingparty/4.0.6</module>
        <module>../../../components/identity/org.wso2.carbon.identity.sso.saml/4.0.6</module>
        <module>../../../components/identity/org.wso2.carbon.identity.sso.saml.ui/4.0.6</module>
        <module>../../../components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.0.6</module>
        <module>../../../components/identity/org.wso2.carbon.identity.oauth.common/4.0.6</module>
        <module>../../../components/identity/org.wso2.carbon.identity.oauth.endpoint.token/4.0.6</module>
        <module>../../../components/identity/org.wso2.carbon.identity.oauth/4.0.6</module>
        <module>../../../components/identity/org.wso2.carbon.identity.oauth.ui/4.0.6</module>
        <module>../../../components/identity/org.wso2.carbon.identity.sts.store/4.0.6</module>
	<!--module>../../../components/identity/org.wso2.carbon.identity.scim.common/4.0.6</module>
	<module>../../../components/identity/org.wso2.carbon.identity.scim.provider/4.0.6</module-->
        <!--End of Identity Components -->
	<module>../../../components/authenticators/saml2-sso-authenticator/org.wso2.carbon.identity.authenticator.saml2.sso.ui/4.0.6</module>
 
        <!-- ELB Components -->
        <module>../../../components/load-balancer/lb-endpoint/org.wso2.carbon.lb.endpoint/4.0.3</module>
        <module>../../../components/cloud-controller/org.wso2.carbon.stratos.cloud.controller/1.0.0</module>
        <module>../../../components/load-balancer/autoscaler/org.wso2.carbon.mediator.autoscale/4.0.6</module>
        <module>../../../components/load-balancer/org.wso2.carbon.lb.common/4.0.6</module>
        <!-- End of ELB Components -->

	<!-- ESB components -->
	<module>../../../components/proxy-admin/org.wso2.carbon.proxyadmin/4.0.6</module>
	<module>../../../components/identity/org.wso2.carbon.identity.oauth.mediator/4.0.6</module>
        <module>../../../components/mediators/callout/org.wso2.carbon.mediator.callout.ui/4.0.6</module>
        <module>../../../components/transport-mgt/org.wso2.carbon.transport.nhttp/4.0.6</module> 
        <module>../../../components/mediators/fastXSLT/org.wso2.carbon.mediator.fastXSLT/4.0.6</module>     
	<!-- End of ESB components -->

       <!-- Cassandra components -->
         <module>../../../components/cassandra/org.wso2.carbon.cassandra.cluster.mgt/4.0.6/</module>
       <!-- End of Cassandra components -->

	<!-- SS related components-->
        <module>../../../components/rss-manager/org.wso2.carbon.rssmanager.core/4.0.6</module>
        <module>../../../components/rss-manager/org.wso2.carbon.rssmanager.ui/4.0.6</module>
        <!-- End of SS related components-->

        <!-- BPS related components -->
        <module>../../../components/business-processes/humantask/org.wso2.carbon.humantask/4.0.6</module>
        <!-- End of BPS related components -->
    </modules>   
</project>
