diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-28 16:11:32 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-28 16:11:32 +0000 |
commit | a5b432905bee26cc250726f0174ba9ba9410b82f (patch) | |
tree | 2f6c547578c5c134b9e9fc7d7043d811096e4699 /tests | |
parent | c2cf5f5e121f1ff634d214f5a4555f4b3e9c23a5 (diff) | |
download | sonarqube-a5b432905bee26cc250726f0174ba9ba9410b82f.tar.gz sonarqube-a5b432905bee26cc250726f0174ba9ba9410b82f.zip |
upgrade to sonar-dev-maven-plugin 0.6 in order to fix integration tests (database not dropped)
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 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> |