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/23 22:32:15 UTC

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

Author: bentmann
Date: Thu Sep 23 20:32:15 2010
New Revision: 1000611

URL: http://svn.apache.org/viewvc?rev=1000611&view=rev
Log:
[MNG-4836] Incorrect recursive expression cycle errors (update plexus-interpolation)

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=1000611&r1=1000610&r2=1000611&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Thu Sep 23 20:32:15 2010
@@ -42,7 +42,7 @@
     <easyMockVersion>1.2_Java1.3</easyMockVersion>
     <junitVersion>3.8.2</junitVersion>
     <plexusVersion>1.5.4</plexusVersion>
-    <plexusInterpolationVersion>1.11</plexusInterpolationVersion>
+    <plexusInterpolationVersion>1.14</plexusInterpolationVersion>
     <plexusUtilsVersion>2.0.4</plexusUtilsVersion>
     <sisuInjectVersion>1.4.1</sisuInjectVersion>
     <wagonVersion>1.0-beta-6</wagonVersion>