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/22 19:55:27 UTC

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

Author: bentmann
Date: Wed Sep 22 17:55:27 2010
New Revision: 1000107

URL: http://svn.apache.org/viewvc?rev=1000107&view=rev
Log:
[MNG-4811] Custom Maven Plugin regression in Maven 3.x, custom ComponentConfigurator causes infinite loop

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=1000107&r1=1000106&r2=1000107&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Wed Sep 22 17:55:27 2010
@@ -44,7 +44,7 @@
     <plexusVersion>1.5.4</plexusVersion>
     <plexusInterpolationVersion>1.11</plexusInterpolationVersion>
     <plexusUtilsVersion>2.0.4</plexusUtilsVersion>
-    <sisuInjectVersion>1.4.0</sisuInjectVersion>
+    <sisuInjectVersion>1.4.1</sisuInjectVersion>
     <wagonVersion>1.0-beta-6</wagonVersion>
     <securityDispatcherVersion>1.3</securityDispatcherVersion>
     <cipherVersion>1.4</cipherVersion>