o updating to use latest snapshot of plexus which uses XBR. i'll update again when xbr does a release in a couple days.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@649863 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-04-19 23:37:32 +00:00
parent 36092a009d
commit 9185af5752
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ under the License.
<target name="extract-assembly" depends="init,maven-assembly" description="extracts the maven assembly into maven.home">
<echo>Extracting assembly to ${maven.home.dirname} ...</echo>
<!-- Deleting the contents inside maven.home allow one to use symlinks for maven.home and still have this work. -->
<!-- Deleting the contents inside maven.home allow one to use symlinks for maven.home and still have this work. -->
<delete>
<fileset dir="${maven.home}">
<include name="bin"/>

View File

@ -223,7 +223,7 @@ under the License.
</modules>
<properties>
<plexusVersion>1.0-alpha-45-SNAPSHOT</plexusVersion>
<plexusVersion>1.0-alpha-46-SNAPSHOT</plexusVersion>
<wagonVersion>1.0-beta-2</wagonVersion>
</properties>