aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-09-15 18:19:55 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-09 16:41:29 +0200
commite2517f4266c4ec005bb21b17a71c94a2dc973148 (patch)
tree98c8ca2f3d3fa6a24bbe517ceb3dacaca95a531e /sonar-db
parent8dbbb595f18b850c610ba17737a14b39a80d82dd (diff)
downloadsonarqube-e2517f4266c4ec005bb21b17a71c94a2dc973148.tar.gz
sonarqube-e2517f4266c4ec005bb21b17a71c94a2dc973148.zip
Replace groupIds org.codehaus by org.sonarsource
Diffstat (limited to 'sonar-db')
-rw-r--r--sonar-db/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml
index 51e80f759c2..70ddd30c12f 100644
--- a/sonar-db/pom.xml
+++ b/sonar-db/pom.xml
@@ -4,8 +4,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar</artifactId>
+ <groupId>org.sonarsource.sonarqube</groupId>
+ <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
</parent>
@@ -33,11 +33,11 @@
<artifactId>commons-csv</artifactId>
</dependency>
<dependency>
- <groupId>org.codehaus.sonar</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>sonar-batch-protocol</artifactId>
</dependency>
<dependency>
- <groupId>org.codehaus.sonar</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>sonar-core</artifactId>
</dependency>
<dependency>
@@ -77,7 +77,7 @@
<!-- tests -->
<dependency>
- <groupId>org.codehaus.sonar</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>sonar-testing-harness</artifactId>
<scope>test</scope>
</dependency>