You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/07/04 11:12:21 UTC

svn commit: r673969 - /tuscany/branches/sca-java-1.3/modules/implementation-script/pom.xml

Author: antelder
Date: Fri Jul  4 02:12:20 2008
New Revision: 673969

URL: http://svn.apache.org/viewvc?rev=673969&view=rev
Log:
Update groovy release to match that used by contributions-groovy

Modified:
    tuscany/branches/sca-java-1.3/modules/implementation-script/pom.xml

Modified: tuscany/branches/sca-java-1.3/modules/implementation-script/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/modules/implementation-script/pom.xml?rev=673969&r1=673968&r2=673969&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/modules/implementation-script/pom.xml (original)
+++ tuscany/branches/sca-java-1.3/modules/implementation-script/pom.xml Fri Jul  4 02:12:20 2008
@@ -163,9 +163,9 @@
             <scope>compile</scope>
          </dependency>
          <dependency>
-            <groupId>groovy</groupId>
+            <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-all-minimal</artifactId>
-            <version>1.0</version>
+            <version>1.5.4</version>
             <scope>compile</scope>
          </dependency>