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 2007/10/02 21:48:19 UTC

svn commit: r581365 - /geronimo/server/branches/2.0/pom.xml

Author: jbohn
Date: Tue Oct  2 12:48:18 2007
New Revision: 581365

URL: http://svn.apache.org/viewvc?rev=581365&view=rev
Log:
move from openejb 3.0.0-SNAPSHOT to recently released 3.0-beta-1

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

Modified: geronimo/server/branches/2.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/pom.xml?rev=581365&r1=581364&r2=581365&view=diff
==============================================================================
--- geronimo/server/branches/2.0/pom.xml (original)
+++ geronimo/server/branches/2.0/pom.xml Tue Oct  2 12:48:18 2007
@@ -61,7 +61,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-1</openejbVersion>
 
         <!--
         HACK: Used by uddi-db to execute the sql plugin with the Derby driver.