<?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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.atlassian.pom</groupId>
        <artifactId>closedsource-pom</artifactId>
        <version>6.2.2</version>
        <relativePath />
    </parent>

    <groupId>com.atlassian.crowd</groupId>
    <artifactId>crowd-liquibase-backports</artifactId>
    <version>1.0.0</version>

    <scm>
        <connection>scm:git:ssh://git@stash.atlassian.com:7997/cwd/crowd-liquibase-backports.git</connection>
        <developerConnection>scm:git:ssh://git@stash.atlassian.com:7997/cwd/crowd-liquibase-backports.git</developerConnection>
        <url>https://stash.atlassian.com/projects/CWD/repos/crowd-liquibase-backports/</url>
        <tag>crowd-liquibase-backports-1.0.0</tag>
    </scm>

    <dependencies>
        <dependency>
            <groupId>org.liquibase</groupId>
            <artifactId>liquibase-core</artifactId>
            <version>3.10.3</version>
        </dependency>
    </dependencies>
</project>
