<?xml version="1.0" encoding="UTF-8"?>
<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>
  <groupId>com.github.maiflai</groupId>
  <artifactId>gradle-scct</artifactId>
  <version>0.3</version>
  <name>GradleSCCT</name>
  <description>gradle-scct is a Gradle plugin for calculating code coverage using SCCT</description>
  <url>http://maiflai.github.com/</url>
  <licenses>
    <license>
      <name>unlicense</name>
      <url>http://unlicense.org</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>maiflai</id>
    </developer>
  </developers>
  <scm>
    <developerConnection>scm:git:https://github.com/maiflai/gradle-scct.git</developerConnection>
    <url>scm:git:https://github.com/maiflai/gradle-scct.git</url>
  </scm>
</project>
