From 8045c5e6219cbf1ca23d2c1a6f4afb929e40260a Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 7 Mar 2011 00:53:09 +0100 Subject: [PATCH] upgrade to maven 3.0.3 (will prevent issue when pom parsing phase : http://jira.codehaus.org/browse/MNG-4963) --- .../src/main/java/hudson/maven/RedeployPublisher.java | 9 +++++++++ pom.xml | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/maven-plugin/src/main/java/hudson/maven/RedeployPublisher.java b/maven-plugin/src/main/java/hudson/maven/RedeployPublisher.java index 7d3fb48483..1474af80df 100644 --- a/maven-plugin/src/main/java/hudson/maven/RedeployPublisher.java +++ b/maven-plugin/src/main/java/hudson/maven/RedeployPublisher.java @@ -47,6 +47,7 @@ import hudson.util.FormValidation; import java.io.File; import java.io.IOException; import java.util.ArrayList; +import java.util.Collections; import java.util.List; import java.util.Properties; import java.util.Map.Entry; @@ -416,5 +417,13 @@ public class RedeployPublisher extends Recorder { { return artifactRepository.getProxy(); } + public List getMirroredRepositories() + { + return Collections.emptyList(); + } + public void setMirroredRepositories( List arg0 ) + { + // noop + } } } diff --git a/pom.xml b/pom.xml index a00afb3087..a82ca3afbb 100644 --- a/pom.xml +++ b/pom.xml @@ -385,9 +385,9 @@ THE SOFTWARE. - 3.0.2 + 3.0.3 ${mavenVersion} - 1.9 + 1.11 1.4.3.1 1.0-beta-7