diff options
Diffstat (limited to 'it/pom.xml')
-rw-r--r-- | it/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/it/pom.xml b/it/pom.xml index d642948a94b..3827d74ab41 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -4,12 +4,11 @@ <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> - <groupId>org.sonarsource.it</groupId> <artifactId>it</artifactId> <version>5.2-SNAPSHOT</version> <name>SonarQube Integration Tests</name> |