From bcf8a401c36cde6ece21604c002055a2e161c2dc Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 2 Jun 2010 20:25:07 +0000 Subject: [PATCH] upgraded to aws-maven plugin 3.0.0.RELEASE to avoid SimpleStorageServiceWagon AbstractMethodError build failure happening against 2.0.0.RELEASE when attempting a `mvn deploy`. See http://build.springframework.org/browse/INT-NIGHTLY-911 for full stack trace. The plugin upgrade should work only on the CI server, which has the 3.0.0.RELEASE artifact already installed; it's not yet clear whether and which maven repository the aws-maven plugin is deployed to, so it will fail for anyone else. No matter for most users and use-cases, however, as it's only the deploy/site-deploy targets that need this plugin. Once it's clear where to fetch this from, a will be added. --- pom.xml | 7 +++++++ spring-integration-parent/pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b99d5adfbe..ce4b7922d5 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,13 @@ + + + org.springframework.build.aws + org.springframework.build.aws.maven + 3.0.0.RELEASE + + com.agilejava.docbkx diff --git a/spring-integration-parent/pom.xml b/spring-integration-parent/pom.xml index bf0659c452..a1c5be6fae 100644 --- a/spring-integration-parent/pom.xml +++ b/spring-integration-parent/pom.xml @@ -66,7 +66,7 @@ org.springframework.build.aws org.springframework.build.aws.maven - 2.0.0.RELEASE + 3.0.0.RELEASE