Author: jvanzyl
Date: Sat Apr 19 16:37:32 2008
New Revision: 649863
URL: http://svn.apache.org/viewvc?rev=649863&view=rev
Log:
o updating to use latest snapshot of plexus which uses XBR. i'll update again
when xbr does a release in a couple days.
Modified:
maven/components/trunk/build.xml
maven/components/trunk/pom.xml
Modified: maven/components/trunk/build.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=649863&r1=649862&r2=649863&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Sat Apr 19 16:37:32 2008
@@ -161,7 +161,7 @@
<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"/>
Modified: maven/components/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=649863&r1=649862&r2=649863&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Sat Apr 19 16:37:32 2008
@@ -223,7 +223,7 @@
</modules>
<properties>
- <plexusVersion>1.0-alpha-45-SNAPSHOT</plexusVersion>
+ <plexusVersion>1.0-alpha-46-SNAPSHOT</plexusVersion>
<wagonVersion>1.0-beta-2</wagonVersion>
</properties>