summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--tests/integration/tests/pom.xml2
-rw-r--r--tests/volume/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 881f04fbf41..34154fafc9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
<plugin>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-dev-maven-plugin</artifactId>
- <version>0.5</version>
+ <version>0.6</version>
</plugin>
<plugin>
<groupId>org.codehaus.sonar</groupId>
diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml
index df45a9f794b..eb3c860a99c 100644
--- a/tests/integration/tests/pom.xml
+++ b/tests/integration/tests/pom.xml
@@ -27,7 +27,7 @@
<plugin>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-dev-maven-plugin</artifactId>
- <version>0.5</version>
+ <version>0.6</version>
<executions>
<execution>
<id>start-server</id>
diff --git a/tests/volume/pom.xml b/tests/volume/pom.xml
index 6942829c72a..690e4b21ed4 100644
--- a/tests/volume/pom.xml
+++ b/tests/volume/pom.xml
@@ -63,7 +63,7 @@
<plugin>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-dev-maven-plugin</artifactId>
- <version>0.5</version>
+ <version>0.6</version>
<executions>
<execution>
<id>start-server</id>