<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">

    <name>LSST CCS - Vacuum Subsystem</name>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>org-lsst-ccs-subsystem-vacuum</artifactId>
    <packaging>pom</packaging>
    <groupId>org.lsst</groupId>
    <version>1.2.27</version>
    <url>${org.lsst.ccs.site.url.base}${org.lsst.ccs.site.dir}</url>

    <parent>
        <groupId>org.lsst</groupId>
        <artifactId>org-lsst-ccs-subsystem</artifactId>
        <version>6.2.13</version>
        <relativePath />
    </parent>

    <properties>
        <org_lsst_ccs_project_jira_prefix>vacuum</org_lsst_ccs_project_jira_prefix>         
        <org.lsst.ccs.site.dir>site-root/subsystems/org-lsst-ccs-subsystem-vacuum/${project.version}</org.lsst.ccs.site.dir>     
    </properties>    

    <modules>
        <module>buses</module>
        <module>gui</module>
        <module>main</module>
    </modules>

    <issueManagement>
        <system>Jira</system>
        <url>https://jira.slac.stanford.edu/browse/LSSTCCSUT</url>
    </issueManagement>

    <scm>
        <url>https://github.com/lsst-camera-ccs/org-lsst-ccs-subsystem-vacuum</url>
        <connection>scm:git:git://github.com/lsst-camera-ccs/org-lsst-ccs-subsystem-vacuum.git</connection>
        <developerConnection>scm:git:https://${env.GIT_USERNAME}:${env.GIT_PASSWORD}@github.com/lsst-camera-ccs/org-lsst-ccs-subsystem-vacuum.git</developerConnection>
        <tag>org-lsst-ccs-subsystem-vacuum-1.2.27</tag>
    </scm>

    <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>

    <distributionManagement>
        <site>
            <id>github</id>
            <name>LSST Public pages in github</name>
            <url>scm:git:https://${env.GIT_USERNAME}:${env.GIT_PASSWORD}@github.com/lsst-camera-ccs/org-lsst-ccs-site.git</url>
        </site>
    </distributionManagement>

</project>

