diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-27 14:24:40 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-27 14:24:40 +0100 |
commit | 40e0e78a54535e1a5009a626fb43dccad9230328 (patch) | |
tree | 218769d4a6fc36ef5f31ade3bc6eb54d703370c1 /pom.xml | |
parent | 13624ffcda1dfa689a8c786984259161a78c72e4 (diff) | |
download | sonarqube-40e0e78a54535e1a5009a626fb43dccad9230328.tar.gz sonarqube-40e0e78a54535e1a5009a626fb43dccad9230328.zip |
Upgrade to sonar-dev-maven-plugin 1.2 in order to fix IT (increase cargo timeout)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,7 +228,7 @@ <plugin> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-dev-maven-plugin</artifactId> - <version>1.1</version> + <version>1.2</version> </plugin> <plugin> <groupId>org.codehaus.sonar</groupId> |