
<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>carbon-platform</artifactId>
        <version>3.2.0</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>
    
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.wso2.carbon</groupId>
    <artifactId>patch-releases</artifactId>
    <packaging>pom</packaging>
    <version>3.2.2</version>
    <name>WSO2 Carbon - Patch releases</name>
    <description>WSO2 Carbon Platform patch releases
    </description>
    <url>http://wso2.org</url>
    
    <modules>
        <module>dependencies</module>
        <module>orbit</module>
        <module>service-stubs</module>
        <module>core</module>
        <module>components</module>
        <module>features</module>
        <module>samples</module>
        <module>products</module>
    </modules>

    <properties>   
        <carbon.platform.patch.version.321>3.2.1</carbon.platform.patch.version.321>
        <carbon.platform.patch.version.322>3.2.2</carbon.platform.patch.version.322>
        <stratos.patch.version.151>1.5.1</stratos.patch.version.151>
        <stratos.patch.version.152>1.5.2</stratos.patch.version.152>
    </properties>
 
     <repositories>
        <repository>
            <id>wso2-nexus</id>
            <name>WSO2 internal Repository</name>
            <url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
            <releases>
                <enabled>true</enabled>
                <updatePolicy>daily</updatePolicy>
                <checksumPolicy>fail</checksumPolicy>
            </releases>
        </repository>
     </repositories>    
    
     <distributionManagement>
        <repository>
            <id>wso2-maven2-repository</id>
            <name>WSO2 Maven2 Repository</name>
            <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/maven2</url>
        </repository>
        <snapshotRepository>
            <id>wso2-maven2-snapshot-repository</id>
            <name>WSO2 Maven2 Snapshot Repository</name>
            <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/snapshots/maven2</url>
        </snapshotRepository>
    </distributionManagement>

    <pluginRepositories>
        <pluginRepository>
            <id>wso2-maven2-repository-1</id>
            <url>http://dist.wso2.org/maven2</url>
        </pluginRepository>
        <pluginRepository>
            <id>wso2-maven2-repository-2</id>
            <url>http://dist.wso2.org/snapshots/maven2</url>
        </pluginRepository>
        <pluginRepository>
            <id>repository.dev.java.net-maven2</id>
            <name>Java.net Repository for Maven</name>
            <url>http://download.java.net/maven/2/</url>
            <layout>default</layout>
        </pluginRepository>
    </pluginRepositories>
</project> 
