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 /tests/integration | |
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 'tests/integration')
-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 f29f19b7579..ae3cc362ae7 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.6</version> + <version>0.7</version> <executions> <execution> <id>start-server</id> |