<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.lsst</groupId>
        <artifactId>org-lsst-ccs-parent</artifactId>
        <version>3.2.5</version>
        <relativePath />
    </parent>

    <repositories>
        <repository>
            <id>lsst-maven2-public</id>
            <name>LSST Maven 2 central repository</name>
            <url>https://repo-nexus.lsst.org/nexus/content/groups/ccs-maven2-public/</url>
        </repository>
    </repositories>
    
    <properties>
        <org.lsst.ccs.site.dir>site-root/toolkit/org-lsst-ccs-toolkit/${project.version}/</org.lsst.ccs.site.dir>                
    </properties>



    <modelVersion>4.0.0</modelVersion>
    <artifactId>org-lsst-ccs-commons</artifactId>
    <name>LSST CCS - Commons</name>
    <version>6.2.14</version>
    <url>${org.lsst.ccs.site.url.base}${org.lsst.ccs.site.dir}</url>
</project>
