<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>ch.sourcepond</groupId>
    <artifactId>bundle</artifactId>
    <version>0.7.7</version>
    <relativePath></relativePath>
  </parent>
  <groupId>ch.sourcepond.io</groupId>
  <artifactId>hotdeployer</artifactId>
  <version>7.0.7</version>
  <packaging>pom</packaging>
  <description>The hotdeployer gives clients the ability to hotdeploy artifacts to a specified place.</description>
  <url>https://sourcepond.github.io/${repo.project}</url>
  <inceptionYear>2017</inceptionYear>
  <modules>
    <module>hotdeployer-feature</module>
    <module>hotdeployer-impl</module>
    <module>hotdeployer-api</module>
    <module>hotdeployer-tests</module>
  </modules>
  <scm>
    <connection>scm:git:${project.scm.url}.git</connection>
    <developerConnection>scm:git:ssh://git@${repo.domain}/${repo.path}.git</developerConnection>
    <url>https://${repo.domain}/${repo.path}</url>
  </scm>
  <ciManagement>
    <system>Jenkins</system>
    <url>${jenkins.baseurl}/job/${project.artifactId}</url>
  </ciManagement>
  <distributionManagement>
    <site>
      <id>www.sourcepond.ch</id>
      <url>${site.distribution.url}/${project.groupId}/${project.artifactId}/${project.version}/</url>
    </site>
  </distributionManagement>
  <properties>
    <fileobserver.version>8.0.0</fileobserver.version>
    <fileobserver-feature.version>8.0.1</fileobserver-feature.version>
    <repo.project>${project.artifactId}</repo.project>
    <smartswitch.version>4.0.2</smartswitch.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>ch.sourcepond.io</groupId>
        <artifactId>fileobserver-api</artifactId>
        <version>${fileobserver.version}</version>
        <scope>provided</scope>
      </dependency>
      <dependency>
        <groupId>ch.sourcepond.io</groupId>
        <artifactId>fileobserver-spi</artifactId>
        <version>${fileobserver.version}</version>
        <scope>provided</scope>
      </dependency>
      <dependency>
        <groupId>ch.sourcepond.commons</groupId>
        <artifactId>smartswitch-api</artifactId>
        <version>${smartswitch.version}</version>
        <scope>provided</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
