<?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/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.atlassian.pom</groupId>
        <artifactId>atlassian-public-pom</artifactId>
        <version>20</version>
    </parent>


    <groupId>com.atlassian.labs.httpservice</groupId>
    <artifactId>httpservice-bridge-parent</artifactId>
    <version>0.6.2</version>

    <name>httpservice-bridge-parent</name>
    <packaging>pom</packaging>
    <organization>
        <name>Atlassian</name>
    </organization>

    <modules>
        <module>httpservice-bridge</module>
        <module>httpservice-bridge-legacy</module>
    </modules>
    <scm>
        <connection>scm:svn:https://ecosystem.atlassian.net/svn/HTTPSVC/tags/httpservice-bridge-parent-0.6.2</connection>
        <developerConnection>scm:svn:https://ecosystem.atlassian.net/svn/HTTPSVC/tags/httpservice-bridge-parent-0.6.2</developerConnection>
        <url>https://ecosystem.atlassian.net/svn/HTTPSVC/tags/httpservice-bridge-parent-0.6.2</url>
    </scm>

</project>
