diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-05 13:03:16 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-05 13:03:16 +0100 |
commit | f30f32c0ad79c39f49c6a5001294364d281def45 (patch) | |
tree | a42350106e6996cf99adec064bd2e4924ab55bad /pom.xml | |
parent | 3209b7423a73396e23abc744c42eacfd7cc6ba31 (diff) | |
download | sonar-scanner-cli-f30f32c0ad79c39f49c6a5001294364d281def45.tar.gz sonar-scanner-cli-f30f32c0ad79c39f49c6a5001294364d281def45.zip |
Rename maven groupId and artifactId
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ <version>16</version> </parent> + <groupId>org.codehaus.sonar.runner</groupId> <artifactId>sonar-runner</artifactId> <version>2.1-SNAPSHOT</version> <packaging>pom</packaging> |