diff options
Diffstat (limited to 'sonar-batch-protocol/pom.xml')
-rw-r--r-- | sonar-batch-protocol/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml index 8fb61e4cabc..774286a2d69 100644 --- a/sonar-batch-protocol/pom.xml +++ b/sonar-batch-protocol/pom.xml @@ -2,8 +2,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"> <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> @@ -39,13 +39,13 @@ <artifactId>commons-io</artifactId> </dependency> <dependency> - <groupId>org.codehaus.sonar</groupId> + <groupId>${project.groupId}</groupId> <artifactId>sonar-core</artifactId> </dependency> <!-- unit tests --> <dependency> - <groupId>org.codehaus.sonar</groupId> + <groupId>${project.groupId}</groupId> <artifactId>sonar-testing-harness</artifactId> <scope>test</scope> </dependency> |