<?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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.sonarsource.sonar-plugins</groupId>
    <artifactId>parent</artifactId>
    <version>22</version>
    <relativePath />
  </parent>  
  <groupId>org.sonarsource.sonar-plugins.github</groupId>
  <artifactId>sonar-github-parent</artifactId>
  <name>SonarQube :: GitHub Plugin :: Parent</name>
  <packaging>pom</packaging>
  <version>1.0.1</version>

  <properties>
    <bintray.package>sonar-github</bintray.package>
  </properties>

  <modules>
    <module>github-api</module>
    <module>sonar-github-plugin</module>
  </modules>

  <scm>
    <tag>1.0.1</tag>
  </scm>
</project>
