You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2009/09/23 14:34:09 UTC

svn commit: r818076 - /myfaces/extensions/scripting/trunk/core/core/pom.xml

Author: werpu
Date: Wed Sep 23 12:34:08 2009
New Revision: 818076

URL: http://svn.apache.org/viewvc?rev=818076&view=rev
Log:
forgot to update the groovy compiler dependency to the latest groovy version

Modified:
    myfaces/extensions/scripting/trunk/core/core/pom.xml

Modified: myfaces/extensions/scripting/trunk/core/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/core/core/pom.xml?rev=818076&r1=818075&r2=818076&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/core/core/pom.xml (original)
+++ myfaces/extensions/scripting/trunk/core/core/pom.xml Wed Sep 23 12:34:08 2009
@@ -87,7 +87,7 @@
                     <dependency>
                         <groupId>org.codehaus.groovy</groupId>
                         <artifactId>groovy-all</artifactId>
-                        <version>1.5.6</version>
+                        <version>1.6.4</version>
                     </dependency>
                 </dependencies>
             </plugin>