aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-search/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-search/pom.xml')
-rw-r--r--server/sonar-search/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml
index 0263b8a1320..d8349dcde7a 100644
--- a/server/sonar-search/pom.xml
+++ b/server/sonar-search/pom.xml
@@ -1,7 +1,7 @@
<?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">
<parent>
- <groupId>org.codehaus.sonar</groupId>
+ <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>5.2-SNAPSHOT</version>
<relativePath>../</relativePath>
@@ -15,7 +15,7 @@
<dependencies>
<dependency>
- <groupId>org.codehaus.sonar</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>sonar-process</artifactId>
<version>${project.version}</version>
</dependency>
@@ -50,7 +50,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.codehaus.sonar</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>sonar-testing-harness</artifactId>
<scope>test</scope>
</dependency>