<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>5.4-OD-5</version>
  </parent>

  <groupId>com.atlassian.bamboo.plugins.fisheyecommitviewer</groupId>
  <artifactId>atlassian-bamboo-plugin-fisheyecommitviewer</artifactId>
  <packaging>jar</packaging>
  <version>5.4-OD-5</version>

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

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