Yes, I know. I previously made the change in the classes copied from plexus-utils. This change is here only to track the plexus-utils version where the original modifications are.
Selon Dennis Lundberg <[EMAIL PROTECTED]>: > The site plugin still has a prerequisite of Maven 2.0.2, so this change > will have no effect for people running Maven up to (and including) > version 2.0.5. > > [EMAIL PROTECTED] wrote: > > Author: hboutemy > > Date: Sat Feb 23 01:14:34 2008 > > New Revision: 630418 > > > > URL: http://svn.apache.org/viewvc?rev=630418&view=rev > > Log: > > [MNG-3316] use plexus-utils 1.5+ which fixes problem when an XML attribute > is named *encoding > > > > Modified: > > maven/plugins/trunk/maven-site-plugin/pom.xml > > > > Modified: maven/plugins/trunk/maven-site-plugin/pom.xml > > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=630418&r1=630417&r2=630418&view=diff > > > ============================================================================== > > --- maven/plugins/trunk/maven-site-plugin/pom.xml (original) > > +++ maven/plugins/trunk/maven-site-plugin/pom.xml Sat Feb 23 01:14:34 2008 > > @@ -261,7 +261,7 @@ > > <dependency> > > <groupId>org.codehaus.plexus</groupId> > > <artifactId>plexus-utils</artifactId> > > - <version>1.4.5</version> > > + <version>1.5.1</version> > > </dependency> > > > > <dependency> > > > > > > > > > -- > Dennis Lundberg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
