From eceb6ccea0dc3310d21f33e89a7dd1ebcb9bc885 Mon Sep 17 00:00:00 2001 From: Godin Date: Wed, 22 Sep 2010 14:56:42 +0000 Subject: [PATCH] SONAR-1804: Downgrade cargo version to 1.0-beta-2 --- subprojects/sonar-dev-maven-plugin/pom.xml | 28 +++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/subprojects/sonar-dev-maven-plugin/pom.xml b/subprojects/sonar-dev-maven-plugin/pom.xml index 8827a0509cb..4b5eefe57b3 100644 --- a/subprojects/sonar-dev-maven-plugin/pom.xml +++ b/subprojects/sonar-dev-maven-plugin/pom.xml @@ -374,7 +374,12 @@ org.codehaus.cargo cargo-ant - 1.0.3 + + 1.0-beta-2 ant @@ -436,4 +441,25 @@ test + + + + + org.apache.maven.plugins + maven-plugin-plugin + 2.6 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.1 + + + + + + + + + -- 2.39.5