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 2010/09/24 23:40:43 UTC

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

Author: bentmann
Date: Fri Sep 24 21:40:42 2010
New Revision: 1001090

URL: http://svn.apache.org/viewvc?rev=1001090&view=rev
Log:
[MNG-4832] Maven 3 Regression: Missing constructor of org.codehaus.plexus.component.configurator.converters.special.ClassRealmConverter

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=1001090&r1=1001089&r2=1001090&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Fri Sep 24 21:40:42 2010
@@ -44,7 +44,7 @@
     <plexusVersion>1.5.4</plexusVersion>
     <plexusInterpolationVersion>1.14</plexusInterpolationVersion>
     <plexusUtilsVersion>2.0.4</plexusUtilsVersion>
-    <sisuInjectVersion>1.4.1</sisuInjectVersion>
+    <sisuInjectVersion>1.4.2</sisuInjectVersion>
     <wagonVersion>1.0-beta-6</wagonVersion>
     <securityDispatcherVersion>1.3</securityDispatcherVersion>
     <cipherVersion>1.4</cipherVersion>