<?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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>com.axis.system.jenkins.plugins.downstream</groupId>
  <artifactId>yet-another-build-visualizer</artifactId>
  <version>1.16</version>
  <packaging>hpi</packaging>

  <name>Yet Another Build Visualizer</name>
  <description>Visualises the flow of downstream builds on the project and build pages.
  </description>
  <url>https://github.com/jenkinsci/yet-another-build-visualizer-plugin/</url>

  <parent>
    <groupId>org.jenkins-ci.plugins</groupId>
    <artifactId>plugin</artifactId>
    <version>4.15</version>
    <relativePath />
  </parent>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-release-plugin</artifactId>
        <configuration>
          <tagNameFormat>v@{project.version}</tagNameFormat>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <useSystemClassLoader>false</useSystemClassLoader>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <scm>
    <connection>
      scm:git:https://github.com/jenkinsci/yet-another-build-visualizer-plugin
    </connection>
    <developerConnection>
      scm:git:https://github.com/jenkinsci/yet-another-build-visualizer-plugin
    </developerConnection>
    <tag>v1.16</tag>
    <url>https://github.com/jenkinsci/yet-another-build-visualizer-plugin</url>
  </scm>

  <properties>
    <jenkins.version>2.204.6</jenkins.version>
    <java.level>8</java.level>
    <jenkins-test-harness.version>2.38</jenkins-test-harness.version>
    <scmCommentPrefix>maven-release-plugin:</scmCommentPrefix>
  </properties>

  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
    </license>
  </licenses>

  <developers>
    <developer>
      <id>GustafL</id>
      <name>Gustaf Lundh</name>
      <email>gustaf.lundh@axis.com</email>
    </developer>
    <developer>
      <id>jonsten</id>
      <name>Jon Sten</name>
      <email>jon.sten@axis.com</email>
    </developer>
  </developers>

  <repositories>
    <repository>
      <id>repo.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/public/</url>
    </repository>
  </repositories>

  <pluginRepositories>
    <pluginRepository>
      <id>repo.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/public/</url>
    </pluginRepository>
  </pluginRepositories>

  <dependencies>
    <dependency>
      <groupId>com.axis.system.jenkins.plugins.downstream</groupId>
      <artifactId>downstream-build-cache</artifactId>
      <version>1.7</version>
    </dependency>
  </dependencies>
</project>
