allow release:prepare phase to find dependent projects with the next version in the local repo

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@692403 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2008-09-05 10:08:40 +00:00
parent 4114a78b90
commit cf35460eba
1 changed files with 1 additions and 0 deletions

View File

@ -1217,6 +1217,7 @@
<goals>deploy</goals>
<arguments>-Prelease</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
<preparationGoals>clean verify install</preparationGoals>
</configuration>
</plugin>