You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/12/10 22:13:01 UTC

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

Author: jbohn
Date: Wed Dec 10 13:13:00 2008
New Revision: 725437

URL: http://svn.apache.org/viewvc?rev=725437&view=rev
Log:
use the latest concurrent spec snapshot 1.0-EA-SNAPSHOT

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=725437&r1=725436&r2=725437&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Wed Dec 10 13:13:00 2008
@@ -1645,7 +1645,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-concurrent_1.0_spec</artifactId>
-                <version>1.0-SNAPSHOT</version>
+                <version>1.0-EA-SNAPSHOT</version>
             </dependency>
 
             <dependency>