You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/01/17 20:47:43 UTC

svn commit: r497137 - /geronimo/genesis/trunk/plugins/script-maven-plugin/pom.xml

Author: jdillon
Date: Wed Jan 17 11:47:41 2007
New Revision: 497137

URL: http://svn.apache.org/viewvc?view=rev&rev=497137
Log:
Update Groovy to latest release 1.0

Modified:
    geronimo/genesis/trunk/plugins/script-maven-plugin/pom.xml

Modified: geronimo/genesis/trunk/plugins/script-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/plugins/script-maven-plugin/pom.xml?view=diff&rev=497137&r1=497136&r2=497137
==============================================================================
--- geronimo/genesis/trunk/plugins/script-maven-plugin/pom.xml (original)
+++ geronimo/genesis/trunk/plugins/script-maven-plugin/pom.xml Wed Jan 17 11:47:41 2007
@@ -47,8 +47,8 @@
         
         <dependency>
             <groupId>groovy</groupId>
-            <artifactId>groovy-all-1.0-jsr</artifactId>
-            <version>06</version>
+            <artifactId>groovy-all</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <!--