diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/pom.xml | 2 | ||||
-rw-r--r-- | tests/volume/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml index f29f19b7579..ae3cc362ae7 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.6</version> + <version>0.7</version> <executions> <execution> <id>start-server</id> diff --git a/tests/volume/pom.xml b/tests/volume/pom.xml index 690e4b21ed4..ea3b1bd187e 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.6</version> + <version>0.7</version> <executions> <execution> <id>start-server</id> |