You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2007/01/06 04:01:52 UTC

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

Author: kevan
Date: Fri Jan  5 19:01:51 2007
New Revision: 493279

URL: http://svn.apache.org/viewvc?view=rev&rev=493279
Log:
Update trunk to use OpenEJB version to be 2.3-incubating-SNAPSHOT

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=493279&r1=493278&r2=493279
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Jan  5 19:01:51 2007
@@ -61,7 +61,7 @@
         <!--
         Having a single well named property makes automatic updating for the weekly build much easier.
         -->
-        <openejbVersion>2.2-incubating-SNAPSHOT</openejbVersion>
+        <openejbVersion>2.3-incubating-SNAPSHOT</openejbVersion>
 
         <!--
         HACK: Used by uddi-db to execute the sql plugin with the Derby driver.