diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-30 08:27:54 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-30 08:27:54 +0000 |
commit | 40222de99b59be01a4640444a4d8caf8cc9284cf (patch) | |
tree | 0974aa40565ae755305a98514ac6f7bd0e052b67 /pom.xml | |
parent | 54ff2c451b9d39995c688bc374144d0e3b447aca (diff) | |
download | sonarqube-40222de99b59be01a4640444a4d8caf8cc9284cf.tar.gz sonarqube-40222de99b59be01a4640444a4d8caf8cc9284cf.zip |
upgrade to sonar-dev-maven-plugin 0.7: fix bug on windows + remove the default value of sonar.runtimeVersion
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.6</version> + <version>0.7</version> </plugin> <plugin> <groupId>org.codehaus.sonar</groupId> |