<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>se.bjurr.violations</groupId>
  <artifactId>violation-comments-to-github-lib</artifactId>
  <version>1.80</version>
  <dependencies>
    <dependency>
      <groupId>se.bjurr.violations</groupId>
      <artifactId>violation-comments-lib</artifactId>
      <version>1.99</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.mylyn.github</groupId>
      <artifactId>org.eclipse.egit.github.core</artifactId>
      <version>2.1.5</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description>Library that adds violation comments from static code analysis to GitHub.</description>
  <name>violation-comments-to-github-lib</name>
  <url>https://github.com/tomasbjerre/violation-comments-to-github-lib</url>
  <inceptionYear>2015</inceptionYear>
  <scm>
    <url>https://github.com/tomasbjerre/violation-comments-to-github-lib</url>
    <connection>scm:https://tomasbjerre@github.com/tomasbjerre/violation-comments-to-github-lib.git</connection>
    <developerConnection>scm:git://github.com/tomasbjerre/violation-comments-to-github-lib.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>tomasbjerre</id>
      <name>Tomas Bjerre</name>
      <email>tomas.bjerre85@gmail.com</email>
    </developer>
  </developers>
</project>
