<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>
    <artifactId>org-lsst-ccs-software-versions</artifactId>
    <packaging>pom</packaging>
    <groupId>org.lsst</groupId>
    <version>42.0.6</version>
    <name>LSST CCS - Software Versions</name>
    <url>${org.lsst.ccs.site.url}</url>


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

    <modules>
        <module>publish-plugin</module>
        <module>resources</module>
        <module>buses</module>
        <module>main</module>
        <module>gui</module>  
        <module>camera-main</module> 
        <module>camera-gui</module> 
        <module>ats-main</module> 
        <module>ats-gui</module> 
        <module>comcam-main</module> 
        <module>comcam-gui</module> 
        <module>ir2-main</module> 
        <module>ir2-gui</module> 
    </modules>

    <scm>
        <url>https://github.com/lsst-camera-ccs/org-lsst-ccs-software-versions</url>
        <connection>scm:git:git://github.com/lsst-camera-ccs/org-lsst-ccs-software-versions.git</connection>
        <developerConnection>scm:git:https://${env.GIT_USERNAME}:${env.GIT_PASSWORD}@github.com/lsst-camera-ccs/org-lsst-ccs-software-versions.git</developerConnection>
        <tag>HEAD</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>
        <repository>
            <id>freehep-maven</id>
            <name>Maven FreeHEP</name>
            <url>https://srs.slac.stanford.edu/nexus/content/groups/freehep-maven2-public/</url>
        </repository>
    </repositories>

    <distributionManagement>
        <site>
            <id>lsst-maven2-site</id>
            <name>LSST Maven2 central site repository</name>
            <url>dav:${org.lsst.ccs.site.url}</url>
        </site>
    </distributionManagement>
    
    
    <properties>
        <!-- NOTE: When changing the toolkit version make sure to change the version
                of the parent accordingly -->
        <toolkit>6.2.12</toolkit>
        <bootstrap>3.0.16</bootstrap>
        <command>3.0.23</command>
        <driver-aiousb>1.0.3</driver-aiousb>
        <driver-indi-sbig>1.0.1</driver-indi-sbig>
        <driver-ascii>3.0.1</driver-ascii>
        <driver-scpi>2.0.7</driver-scpi>
        <driver-modbus>3.0.1</driver-modbus>
        <driver-usb>3.1.3</driver-usb>
        <driver-auxelex>1.5.11</driver-auxelex>
        <driver-daq>1.5.14</driver-daq>
        <driver-reb>2.10.9</driver-reb>
        <driver-apcpdu>1.1.12</driver-apcpdu>
        <daq-utilities>3.0.4</daq-utilities>
        <image-utilities>3.1.25</image-utilities>
        <utilities-taitime>1.0.12</utilities-taitime>
        <rest-file-server>1.1.9</rest-file-server>
        <ui>4.6.8</ui>
        <subsystem-localdb>4.2.7</subsystem-localdb>
        <subsystem-demo>${toolkit}</subsystem-demo>
        <subsystem-commons>6.9.39</subsystem-commons>
        <subsystem-rafts>3.0.14</subsystem-rafts>
        <subsystem-power>1.8.18</subsystem-power>
        <subsystem-mmm>3.0.26</subsystem-mmm>
        <subsystem-utility>1.4.14</subsystem-utility>
        <subsystem-cluster-monitor>1.0.27</subsystem-cluster-monitor>
        <subsystem-vacuum>1.2.26</subsystem-vacuum>
        <subsystem-focal-plane>1.3.6</subsystem-focal-plane>
        <subsystem-image-handling>1.1.14</subsystem-image-handling>
        <subsystem-refrig>4.4.39</subsystem-refrig>
        <subsystem-fcs>9.1.0</subsystem-fcs>
        <subsystem-daq>1.1.24</subsystem-daq>
        <subsystem-shutter>5.9</subsystem-shutter>
        <subsystem-lock-manager>1.1.3</subsystem-lock-manager>
        <subsystem-ocsbridge>42.0.3</subsystem-ocsbridge>
        <subsystem-ats>1.0.6</subsystem-ats>
        <subsystem-bonnshutter>1.2.17</subsystem-bonnshutter>
        <subsystem-comcam-filterchanger>1.1.1</subsystem-comcam-filterchanger>
        <subsystem-comcamvacuum>1.0.32</subsystem-comcamvacuum>
        <subsystem-pathfinder>1.0.22</subsystem-pathfinder>
        <subsystem-apcpdu>1.0.8</subsystem-apcpdu>
        <subsystem-ccob>1.0.11</subsystem-ccob>
        <subsystem-ccob-thin>1.1.2</subsystem-ccob-thin>
        <subsystem-teststand>1.5.15</subsystem-teststand>
        <subsystem-airwatch>2.1.3</subsystem-airwatch>
        <subsystem-doorman>1.0.16</subsystem-doorman>
        <subsystem-motorplatform>1.1.22</subsystem-motorplatform>
        <subsystem-camera-rotator>1.0.0</subsystem-camera-rotator>
        <subsystem-cablerotator>1.1.2</subsystem-cablerotator>
    </properties>

</project>

