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/02/06 16:14:36 UTC

svn commit: r619011 - /geronimo/server/branches/2.1/pom.xml

Author: jbohn
Date: Wed Feb  6 07:14:30 2008
New Revision: 619011

URL: http://svn.apache.org/viewvc?rev=619011&view=rev
Log:
GERONIMO-3821 move from using openejb 3.0.0-SNAPSHOT to 3.0-beta-2

Modified:
    geronimo/server/branches/2.1/pom.xml

Modified: geronimo/server/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/pom.xml?rev=619011&r1=619010&r2=619011&view=diff
==============================================================================
--- geronimo/server/branches/2.1/pom.xml (original)
+++ geronimo/server/branches/2.1/pom.xml Wed Feb  6 07:14:30 2008
@@ -69,7 +69,7 @@
         <!--
         Having a single well named property makes automatic updating for the weekly build much easier.
         -->
-        <openejbVersion>3.0.0-SNAPSHOT</openejbVersion>
+        <openejbVersion>3.0-beta-2</openejbVersion>
 
         <!--
         HACK: Used by uddi-db to execute the sql plugin with the Derby driver.