aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-runner-impl
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-02-05 13:03:16 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-05 13:03:16 +0100
commitf30f32c0ad79c39f49c6a5001294364d281def45 (patch)
treea42350106e6996cf99adec064bd2e4924ab55bad /sonar-runner-impl
parent3209b7423a73396e23abc744c42eacfd7cc6ba31 (diff)
downloadsonar-scanner-cli-f30f32c0ad79c39f49c6a5001294364d281def45.tar.gz
sonar-scanner-cli-f30f32c0ad79c39f49c6a5001294364d281def45.zip
Rename maven groupId and artifactId
Diffstat (limited to 'sonar-runner-impl')
-rw-r--r--sonar-runner-impl/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-runner-impl/pom.xml b/sonar-runner-impl/pom.xml
index 00d9023..f58be4c 100644
--- a/sonar-runner-impl/pom.xml
+++ b/sonar-runner-impl/pom.xml
@@ -1,7 +1,7 @@
<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.codehaus.sonar-plugins</groupId>
+ <groupId>org.codehaus.sonar.runner</groupId>
<artifactId>sonar-runner</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@@ -12,7 +12,7 @@
<dependencies>
<!-- Would be available after bootstrapping so scope = provided -->
<dependency>
- <groupId>org.codehaus.sonar-plugins</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>sonar-runner-api</artifactId>
<version>${project.version}</version>
</dependency>