You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by sc...@apache.org on 2005/04/19 20:48:55 UTC

svn commit: r161950 - incubator/muse/trunk/project.xml

Author: scamp
Date: Tue Apr 19 11:48:54 2005
New Revision: 161950

URL: http://svn.apache.org/viewcvs?view=rev&rev=161950
Log:
reverted to use jaxen beta 2 jar

Modified:
    incubator/muse/trunk/project.xml

Modified: incubator/muse/trunk/project.xml
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/project.xml?view=diff&r1=161949&r2=161950
==============================================================================
--- incubator/muse/trunk/project.xml (original)
+++ incubator/muse/trunk/project.xml Tue Apr 19 11:48:54 2005
@@ -388,12 +388,13 @@
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
-      <version>1.1-beta-4</version>
+      <version>1.1-beta-2</version>
       <url>http://jaxen.org/</url>
       <properties>
         <license>WerkenPublicLicense-1.3.txt</license>
-        <war.bundle>true</war.bundle>
         <usage>Needed for handling XPath queries with XmlBeans.</usage>
+        <war.bundle>true</war.bundle>
+        <comment>We are maintaining beta-2 because -> beta-6 had an OutOfMemoryError when interacting with XmlCursor.select(..) when using our sushi ResourcePropSet</comment>
       </properties>
     </dependency>
     



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org