<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">

    <parent>
        <groupId>org.wso2.carbon</groupId>
        <artifactId>carbon-components</artifactId>
        <version>3.2.0</version>
   </parent>

    <modelVersion>4.0.0</modelVersion>
    <groupId>org.wso2.carbon</groupId>
    <artifactId>admin-console</artifactId>
    <packaging>pom</packaging>
    <name>WSO2 Carbon - Multitenanted JDBC Driver Admin Console</name>
    <url>http://wso2.org</url>

    <profiles>
        <profile>
            <id>default</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <modules>
                <module>org.wso2.carbon.adminconsole.common/3.2.0</module>
                <module>org.wso2.carbon.adminconsole.core/3.2.0</module>
                <module>org.wso2.carbon.adminconsole.ui/3.2.0</module>
            </modules>
        </profile>
    </profiles>
    
</project>
