You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ja...@apache.org on 2007/10/25 04:15:34 UTC

svn commit: r588113 - /geronimo/server/trunk/pom.xml

Author: jaydm
Date: Wed Oct 24 19:15:33 2007
New Revision: 588113

URL: http://svn.apache.org/viewvc?rev=588113&view=rev
Log:
Upgrade jspc-maven-plugin and groovy-all versions to
get past a missing castor jar (this was causing build
failures)

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=588113&r1=588112&r2=588113&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Wed Oct 24 19:15:33 2007
@@ -1573,7 +1573,7 @@
             <dependency>
                 <groupId>org.codehaus.groovy</groupId>
                 <artifactId>groovy-all</artifactId>
-                <version>1.1-beta-2</version>
+                <version>1.1-rc-1</version>
             </dependency>
             
             <dependency>
@@ -1796,7 +1796,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo.jspc</groupId>
                     <artifactId>jspc-maven-plugin</artifactId>
-                    <version>2.0-SNAPSHOT</version>
+                    <version>2.0-alpha-1</version>
                     <executions>
                         <execution>
                             <goals>