aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-runner-batch-interface/pom.xml
blob: a3a9200241957189cab59fbca1a1c911f6ded526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>org.sonarsource.sonar-runner</groupId>
    <artifactId>sonar-runner</artifactId>
    <version>2.5-RC1</version>
  </parent>

  <artifactId>sonar-runner-batch-interface</artifactId>
  <name>SonarQube Runner - Batch Interface</name>
  
</project>