RE: svn commit: r546388 - /maven/components/branches/maven-2.0.x/pom.xml

2007-06-12 Thread Brian E. Fox
.org/browse/MNG-2486 -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 4:07 AM To: Maven Developers List Subject: Re: svn commit: r546388 - /maven/components/branches/maven-2.0.x/pom.xml On 11 Jun 07, at 11:23 PM 11 Jun 07, Emmanuel Ven

Re: svn commit: r546388 - /maven/components/branches/maven-2.0.x/pom.xml

2007-06-12 Thread Jason van Zyl
On 12 Jun 07, at 1:14 AM 12 Jun 07, Brett Porter wrote: On 12/06/2007, at 6:07 PM, Jason van Zyl wrote: On 11 Jun 07, at 11:23 PM 11 Jun 07, Emmanuel Venisse wrote: Jason, if the mavenVersion property is used only in dependencies versions, you can remove it and replace all dependencies

Re: svn commit: r546388 - /maven/components/branches/maven-2.0.x/pom.xml

2007-06-12 Thread Brett Porter
On 12/06/2007, at 6:07 PM, Jason van Zyl wrote: On 11 Jun 07, at 11:23 PM 11 Jun 07, Emmanuel Venisse wrote: Jason, if the mavenVersion property is used only in dependencies versions, you can remove it and replace all dependencies versions by ${project.version}. We use it in continuum a

Re: svn commit: r546388 - /maven/components/branches/maven-2.0.x/pom.xml

2007-06-12 Thread Jason van Zyl
On 11 Jun 07, at 11:23 PM 11 Jun 07, Emmanuel Venisse wrote: Jason, if the mavenVersion property is used only in dependencies versions, you can remove it and replace all dependencies versions by $ {project.version}. We use it in continuum and the release plugin works fine with it. I u

Re: svn commit: r546388 - /maven/components/branches/maven-2.0.x/pom.xml

2007-06-11 Thread Emmanuel Venisse
Jason, if the mavenVersion property is used only in dependencies versions, you can remove it and replace all dependencies versions by ${project.version}. We use it in continuum and the release plugin works fine with it. Emmanuel [EMAIL PROTECTED] a écrit : Author: jvanzyl Date: Mon Jun 11 23