You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ho...@apache.org on 2006/12/13 23:29:00 UTC

svn commit: r486869 - /incubator/openejb/branches/v2_2/openejb2/pom.xml

Author: hogstrom
Date: Wed Dec 13 14:28:59 2006
New Revision: 486869

URL: http://svn.apache.org/viewvc?view=rev&rev=486869
Log:
Updated TranQL from 1.4 to 1.4.1 to address prefetch regression that caused tests to fail

Modified:
    incubator/openejb/branches/v2_2/openejb2/pom.xml

Modified: incubator/openejb/branches/v2_2/openejb2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/branches/v2_2/openejb2/pom.xml?view=diff&rev=486869&r1=486868&r2=486869
==============================================================================
--- incubator/openejb/branches/v2_2/openejb2/pom.xml (original)
+++ incubator/openejb/branches/v2_2/openejb2/pom.xml Wed Dec 13 14:28:59 2006
@@ -66,7 +66,7 @@
         <castorVersion>0.9.5.3</castorVersion>
         <staxApiVersion>1.0.1</staxApiVersion>
         <staxVersion>1.1.1-dev</staxVersion>
-        <tranqlVersion>1.4-SNAPSHOT</tranqlVersion>
+        <tranqlVersion>1.4.1</tranqlVersion>
         <xmlbeansVersion>2.0.0</xmlbeansVersion>
         <yokoVersion>1.0-incubating-M2-SNAPSHOT</yokoVersion>
     </properties>