Emmanuel Venisse wrote: > Vincent Siveton a écrit : >> 2007/1/12, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: >>> Author: evenisse >>> Date: Fri Jan 12 01:05:58 2007 >>> New Revision: 495520 >>> >>> URL: http://svn.apache.org/viewvc?view=rev&rev=495520 >>> Log: >>> Fix maven-* version >> >> [SNIP] >> >>> @@ -31,7 +31,7 @@ >>> <dependency> >>> <groupId>org.apache.maven</groupId> >>> <artifactId>maven-project</artifactId> >>> - <version>2.0.5</version> >>> + <version>2.0.6-SNAPSHOT</version> >>> </dependency> >>> <dependency> >>> <groupId>org.codehaus.plexus</groupId> >>> @@ -41,7 +41,7 @@ >> >> Just curious. Why not use ${project.version} for dependencies? > > Because we have an issue on it : MNG-2339
Doesn't that issue refer only to <dependency>-s declared in parent POMs, not leaf POMs? Max. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
