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/11/11 19:03:14 UTC

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

Author: bentmann
Date: Wed Nov 11 18:03:13 2009
New Revision: 834989

URL: http://svn.apache.org/viewvc?rev=834989&view=rev
Log:
[MNG-4436] [regression] Singleton components can get instantianted multiple times

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=834989&r1=834988&r2=834989&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Wed Nov 11 18:03:13 2009
@@ -41,7 +41,7 @@
     <commonsCliVersion>1.2</commonsCliVersion>
     <easyMockVersion>1.2_Java1.3</easyMockVersion>
     <junitVersion>3.8.2</junitVersion>
-    <plexusVersion>1.5.0</plexusVersion>
+    <plexusVersion>1.5.1</plexusVersion>
     <plexusInterpolationVersion>1.11</plexusInterpolationVersion>
     <plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
     <plexusUtilsVersion>2.0.1</plexusUtilsVersion>