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 2008/08/03 10:38:12 UTC

svn commit: r682114 - /maven/plugins/trunk/maven-invoker-plugin/pom.xml

Author: bentmann
Date: Sun Aug  3 01:38:11 2008
New Revision: 682114

URL: http://svn.apache.org/viewvc?rev=682114&view=rev
Log:
o Switched back to plexus-utils:1.5.1 (interpolation API broke and needs fix ups)

Modified:
    maven/plugins/trunk/maven-invoker-plugin/pom.xml

Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/pom.xml?rev=682114&r1=682113&r2=682114&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Sun Aug  3 01:38:11 2008
@@ -89,7 +89,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.5.6</version>
+      <version>1.5.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>