You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/07/13 16:14:06 UTC

svn commit: r676324 - /maven/components/trunk/pom.xml

Author: bentmann
Date: Sun Jul 13 07:14:06 2008
New Revision: 676324

URL: http://svn.apache.org/viewvc?rev=676324&view=rev
Log:
o Updated to plexus-classworlds:1.2-alpha-13 to get fix for PLX-367

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=676324&r1=676323&r2=676324&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Sun Jul 13 07:14:06 2008
@@ -245,7 +245,7 @@
   <properties>
     <artifactVersion>3.0-SNAPSHOT</artifactVersion>
     <aspectjVersion>1.5.3</aspectjVersion>
-    <classWorldsVersion>1.2-alpha-12</classWorldsVersion>
+    <classWorldsVersion>1.2-alpha-13</classWorldsVersion>
     <commonsCliVersion>1.0</commonsCliVersion>
     <doxiaVersion>1.0-alpha-9</doxiaVersion>
     <easyMockVersion>1.2_Java1.3</easyMockVersion>