summaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src/test/projects/test-libs-plugin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-server/src/test/projects/test-libs-plugin/pom.xml')
-rw-r--r--server/sonar-server/src/test/projects/test-libs-plugin/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-server/src/test/projects/test-libs-plugin/pom.xml b/server/sonar-server/src/test/projects/test-libs-plugin/pom.xml
index e7d242135db..2d49cca2cf2 100644
--- a/server/sonar-server/src/test/projects/test-libs-plugin/pom.xml
+++ b/server/sonar-server/src/test/projects/test-libs-plugin/pom.xml
@@ -2,7 +2,7 @@
<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>
- <groupId>org.codehaus.sonar.tests</groupId>
+ <groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>test-libs-plugin</artifactId>
<version>0.1-SNAPSHOT</version>
<packaging>sonar-plugin</packaging>
@@ -34,9 +34,9 @@
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
- <groupId>org.codehaus.sonar</groupId>
+ <groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
- <version>1.13</version>
+ <version>1.15</version>
<extensions>true</extensions>
<configuration>
<pluginKey>testlibs</pluginKey>