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

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

Author: dblevins
Date: Thu May 31 23:49:39 2007
New Revision: 543405

URL: http://svn.apache.org/viewvc?view=rev&rev=543405
Log:
OpenEJB requires xbean-reflect 3.1-SNAPSHOT now

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=543405&r1=543404&r2=543405
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu May 31 23:49:39 2007
@@ -268,7 +268,7 @@
             <dependency>
                 <groupId>org.apache.xbean</groupId>
                 <artifactId>xbean-reflect</artifactId>
-                <version>3.0-SNAPSHOT</version>
+                <version>3.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>