You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/05/05 14:32:22 UTC

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

Author: olamy
Date: Sat May  5 12:32:22 2012
New Revision: 1334414

URL: http://svn.apache.org/viewvc?rev=1334414&view=rev
Log:
[MINVOKER-131] upgrade groovy version used to 1.8.6

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=1334414&r1=1334413&r2=1334414&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Sat May  5 12:32:22 2012
@@ -62,7 +62,7 @@ under the License.
     <beanshell-version>2.0b4</beanshell-version>
     <groovy-groupId>org.codehaus.groovy</groovy-groupId>
     <groovy-artifactId>groovy</groovy-artifactId>
-    <groovy-version>1.7.5</groovy-version>
+    <groovy-version>1.8.6</groovy-version>
   </properties>
 
   <dependencies>