Author: gtully
Date: Fri Sep  5 03:08:40 2008
New Revision: 692403

URL: http://svn.apache.org/viewvc?rev=692403&view=rev
Log:
allow release:prepare phase to find dependent projects with the next version in 
the local repo

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=692403&r1=692402&r2=692403&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Fri Sep  5 03:08:40 2008
@@ -1217,6 +1217,7 @@
               <goals>deploy</goals>
               <arguments>-Prelease</arguments>
               <autoVersionSubmodules>true</autoVersionSubmodules>
+             <preparationGoals>clean verify install</preparationGoals>
             </configuration>
           </plugin>
 


Reply via email to