diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-13 16:58:23 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-13 16:58:23 +0000 |
commit | 0acf1c6ca9d9c338807a328705d4742bd8aa79e2 (patch) | |
tree | 5be025618411a1151f69623ece0d0d27fbaca11b /tests | |
parent | da66ba341527c6cc9c9073664f72c7c8c9e374c5 (diff) | |
download | sonarqube-0acf1c6ca9d9c338807a328705d4742bd8aa79e2.tar.gz sonarqube-0acf1c6ca9d9c338807a328705d4742bd8aa79e2.zip |
integration tests : upgrade to sonar-dev-maven-plugin 0.4 in order to fix issue with tomcat download
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml index 6c31c94ca22..782984b59cc 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.3</version> + <version>0.4</version> <executions> <execution> <id>start-server</id> |