[seam-commits] Seam SVN: r7794 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Apr 2 10:16:44 EDT 2008
Author: epbernard
Date: 2008-04-02 10:16:44 -0400 (Wed, 02 Apr 2008)
New Revision: 7794
Modified:
trunk/build/core.pom.xml
trunk/build/root.pom.xml
Log:
JBSEAM-2491 update to groovy 1.5.4
Modified: trunk/build/core.pom.xml
===================================================================
--- trunk/build/core.pom.xml 2008-04-02 11:49:04 UTC (rev 7793)
+++ trunk/build/core.pom.xml 2008-04-02 14:16:44 UTC (rev 7794)
@@ -139,7 +139,7 @@
</dependency>
<dependency>
- <groupId>groovy</groupId>
+ <groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<optional>true</optional>
</dependency>
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-04-02 11:49:04 UTC (rev 7793)
+++ trunk/build/root.pom.xml 2008-04-02 14:16:44 UTC (rev 7794)
@@ -521,9 +521,9 @@
</dependency>
<dependency>
- <groupId>groovy</groupId>
+ <groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
- <version>1.1-BETA-1</version>
+ <version>1.5.4</version>
<exclusions>
<!-- groovy-all imports a lot of stuff, would be better to just use specific bits -->
<exclusion>
More information about the seam-commits
mailing list