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:16:16 2007
New Revision: 546388

URL: http://svn.apache.org/viewvc?view=rev&rev=546388
Log:
o trying to use ${project.version} to fake out the release plugin

Modified:
    maven/components/branches/maven-2.0.x/pom.xml

Modified: maven/components/branches/maven-2.0.x/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/pom.xml?view=diff&rev=546388&r1=546387&r2=546388
==============================================================================
--- maven/components/branches/maven-2.0.x/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/pom.xml Mon Jun 11 23:16:16 2007
@@ -127,7 +127,7 @@
     </dependency>
   </dependencies>
   <properties>
-    <mavenVersion>2.0.7-SNAPSHOT</mavenVersion>
+    <mavenVersion>${project.version}</mavenVersion>
   </properties>
   <dependencyManagement>
     <dependencies>







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to