From a5b432905bee26cc250726f0174ba9ba9410b82f Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Tue, 28 Sep 2010 16:11:32 +0000 Subject: [PATCH] upgrade to sonar-dev-maven-plugin 0.6 in order to fix integration tests (database not dropped) --- pom.xml | 2 +- tests/integration/tests/pom.xml | 2 +- tests/volume/pom.xml | 2 +- 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 @@ org.codehaus.sonar sonar-dev-maven-plugin - 0.5 + 0.6 org.codehaus.sonar 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 @@ org.codehaus.sonar sonar-dev-maven-plugin - 0.5 + 0.6 start-server 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 @@ org.codehaus.sonar sonar-dev-maven-plugin - 0.5 + 0.6 start-server -- 2.39.5