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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |