diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | tests/integration/tests/pom.xml | 2 | ||||
-rw-r--r-- | tests/volume/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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> |