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

  <parent>
    <groupId>com.atlassian.bamboo</groupId>
    <artifactId>atlassian-bamboo-plugins</artifactId>
    <version>9.6.4</version>
  </parent>

  <groupId>com.atlassian.bamboo.plugins.fisheyecommitviewer</groupId>
  <artifactId>atlassian-bamboo-plugin-fisheyecommitviewer</artifactId>
  <packaging>jar</packaging>

  <name>Atlassian Bamboo Fisheye Web Repository Viewer</name>
  <description>Fisheye Web Repository Viewer plugin for Bamboo</description>
  <url>http://www.atlassian.com/software/bamboo/</url>

  <properties>
    <sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/../../../${jacoco.report.file}</sonar.coverage.jacoco.xmlReportPaths>
  </properties>

  <dependencies>
    <dependency>
      <groupId>com.atlassian.bamboo</groupId>
      <artifactId>atlassian-bamboo-web</artifactId>
    </dependency>
    <dependency>
      <groupId>com.atlassian.bamboo</groupId>
      <artifactId>atlassian-bamboo-test-utils</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

</project>
