From 40222de99b59be01a4640444a4d8caf8cc9284cf Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Thu, 30 Sep 2010 08:27:54 +0000 Subject: [PATCH] upgrade to sonar-dev-maven-plugin 0.7: fix bug on windows + remove the default value of sonar.runtimeVersion --- pom.xml | 2 +- tests/integration/tests/pom.xml | 2 +- tests/volume/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 34154fafc9f..d7c82611fae 100644 --- a/pom.xml +++ b/pom.xml @@ -186,7 +186,7 @@ org.codehaus.sonar sonar-dev-maven-plugin - 0.6 + 0.7 org.codehaus.sonar 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 @@ org.codehaus.sonar sonar-dev-maven-plugin - 0.6 + 0.7 start-server diff --git a/tests/volume/pom.xml b/tests/volume/pom.xml index 690e4b21ed4..ea3b1bd187e 100644 --- a/tests/volume/pom.xml +++ b/tests/volume/pom.xml @@ -63,7 +63,7 @@ org.codehaus.sonar sonar-dev-maven-plugin - 0.6 + 0.7 start-server -- 2.39.5