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/08/24 20:35:17 UTC

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

Author: jasvir
Date: Tue Aug 24 18:35:17 2010
New Revision: 988650

URL: http://svn.apache.org/viewvc?rev=988650&view=rev
Log:
* Stop throwing runtime errors in the css parser
* rename HTMLElement.{g,s}etStyle method to avoid conflicts
* Fix entity name handling in HTML.
* Be more tolerant when parsing doctypes


Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=988650&r1=988649&r2=988650&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Tue Aug 24 18:35:17 2010
@@ -1428,7 +1428,7 @@
       <dependency>
         <groupId>caja</groupId>
         <artifactId>caja</artifactId>
-        <version>r4209</version>
+        <version>r4251</version>
         <scope>compile</scope>
       </dependency>
       <dependency>