I agree. We still have lots of users stuck on 2.0.5 due to various issues in the newer versions. Once we've closed the gap, then supporting all the way back to 2.0 is not as critical as it is now.
-----Original Message----- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 8:13 PM To: [email protected] Subject: Re: svn commit: r630338 - in /maven/plugins/trunk/maven-deploy-plugin: pom.xml src/main/java/org/codehaus/ That's probably not a good idea as it's a plugin in the default lifecycle which means now that anyone using anything before 2.0.6 is going to get cut off from any improvements. It's really a policy decision but I think it would be a good idea to try and keep the default lifecycle plugins working as far back to 2.0 as we can. We just have to live with the cruft in this case. On 22-Feb-08, at 2:25 PM, [EMAIL PROTECTED] wrote: > Author: olamy > Date: Fri Feb 22 14:25:07 2008 > New Revision: 630338 > > URL: http://svn.apache.org/viewvc?rev=630338&view=rev > Log: > upgrade to p-u 1.5 > remove duplicated classes from p-u > > > Removed: > maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/codehaus/ > Modified: > maven/plugins/trunk/maven-deploy-plugin/pom.xml > > Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml > URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom .xml?rev=630338&r1=630337&r2=630338&view=diff > = > = > = > = > = > = > = > = > ====================================================================== > --- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original) > +++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Fri Feb 22 > 14:25:07 2008 > @@ -30,7 +30,7 @@ > <version>2.4-SNAPSHOT</version> > <inceptionYear>2004</inceptionYear> > <prerequisites> > - <maven>2.0</maven> > + <maven>2.0.6</maven> > </prerequisites> > <issueManagement> > <system>JIRA</system> > @@ -68,6 +68,11 @@ > <groupId>org.apache.maven</groupId> > <artifactId>maven-artifact</artifactId> > <version>2.0.6</version> > + </dependency> > + <dependency> > + <groupId>org.codehaus.plexus</groupId> > + <artifactId>plexus-utils</artifactId> > + <version>1.5</version> > </dependency> > <dependency> > <groupId>org.apache.maven</groupId> > > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven jason at sonatype dot com ---------------------------------------------------------- We know what we are, but know not what we may be. -- Shakespeare --------------------------------------------------------------------- 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]
