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 2009/09/22 18:50:37 UTC

svn commit: r817725 - /maven/maven-3/trunk/pom.xml

Author: bentmann
Date: Tue Sep 22 16:50:37 2009
New Revision: 817725

URL: http://svn.apache.org/viewvc?rev=817725&view=rev
Log:
o Updated to plexus-classworlds:2.1.0
o Updated to plexus-utils:2.0.0

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=817725&r1=817724&r2=817725&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Tue Sep 22 16:50:37 2009
@@ -38,14 +38,14 @@
   <inceptionYear>2001</inceptionYear>
 
   <properties>
-    <classWorldsVersion>2.1.0-SNAPSHOT</classWorldsVersion>
+    <classWorldsVersion>2.1.0</classWorldsVersion>
     <commonsCliVersion>1.2</commonsCliVersion>
     <easyMockVersion>1.2_Java1.3</easyMockVersion>
     <junitVersion>3.8.2</junitVersion>
     <plexusVersion>1.2.1-SNAPSHOT</plexusVersion>
     <plexusInterpolationVersion>1.11</plexusInterpolationVersion>
     <plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
-    <plexusUtilsVersion>1.5.15</plexusUtilsVersion>
+    <plexusUtilsVersion>2.0.0</plexusUtilsVersion>
     <wagonVersion>1.0-beta-6</wagonVersion>
     <securityDispatcherVersion>1.3</securityDispatcherVersion>
     <modelloVersion>1.1</modelloVersion>