Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 44614 invoked from network); 5 Apr 2008 10:14:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2008 10:14:03 -0000 Received: (qmail 64608 invoked by uid 500); 5 Apr 2008 10:14:03 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 64550 invoked by uid 500); 5 Apr 2008 10:14:03 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 64530 invoked by uid 99); 5 Apr 2008 10:14:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2008 03:14:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2008 10:13:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5D5391A9832; Sat, 5 Apr 2008 03:13:31 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r645060 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Date: Sat, 05 Apr 2008 10:13:31 -0000 To: commits@maven.apache.org From: bentmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080405101331.5D5391A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bentmann Date: Sat Apr 5 03:13:26 2008 New Revision: 645060 URL: http://svn.apache.org/viewvc?rev=645060&view=rev Log: o Updated to modello-maven-plugin:1.0-alpha-18 (primarily to workaround MNG-3284 and make IT job "Maven-Plugins" pass, see also https://ci.sonatype.org/job/Maven-Plugins/16/consoleText) o Updated to plexus-utils:1.5.1 to satisfy dependency on ReaderFactory employed by Modello generated parsers o Bumped prerequisite on Maven to 2.0.6 for dependency on plexus-utils Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/pom.xml?rev=645060&r1=645059&r2=645060&view=diff ============================================================================== --- maven/plugins/trunk/maven-remote-resources-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Sat Apr 5 03:13:26 2008 @@ -20,7 +20,7 @@ - 2.0.4 + 2.0.6 @@ -94,7 +94,7 @@ org.codehaus.plexus plexus-utils - 1.4.1 + 1.5.1 org.codehaus.plexus @@ -125,7 +125,7 @@ org.codehaus.modello modello-maven-plugin - 1.0-alpha-15 + 1.0-alpha-18 site-docs @@ -136,7 +136,9 @@ 1.0.0 - src/main/mdo/supplemental-model.mdo + + src/main/mdo/supplemental-model.mdo + @@ -148,7 +150,9 @@ 1.0.0 - src/main/mdo/remote-resources.mdo + + src/main/mdo/remote-resources.mdo + @@ -160,7 +164,9 @@ 1.0.0 - src/main/mdo/remote-resources.mdo + + src/main/mdo/remote-resources.mdo + @@ -172,7 +178,9 @@ 1.0.0 - src/main/mdo/supplemental-model.mdo + + src/main/mdo/supplemental-model.mdo +