You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ja...@apache.org on 2010/10/28 00:17:20 UTC

svn commit: r1028126 - /shindig/trunk/pom.xml

Author: jasvir
Date: Wed Oct 27 22:17:19 2010
New Revision: 1028126

URL: http://svn.apache.org/viewvc?rev=1028126&view=rev
Log:
Description
* more lenient html parsing and recovery (thanks Gagan)
* bugfix for prescence of unrepresentably large numbers in scripts
* support for document.getElementsByTagName('*')

R=johnfargo, plinder

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1028126&r1=1028125&r2=1028126&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Wed Oct 27 22:17:19 2010
@@ -1484,7 +1484,7 @@
      <dependency>
        <groupId>caja</groupId>
        <artifactId>caja</artifactId>
-       <version>r4291</version>
+       <version>r4314</version>
        <scope>compile</scope>
        <exclusions>
          <!-- force use of xml-apis until caja fixes their pom -->