You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/08/13 09:40:25 UTC

svn commit: r985115 - in /shindig/trunk: UPGRADING pom.xml

Author: lindner
Date: Fri Aug 13 07:40:25 2010
New Revision: 985115

URL: http://svn.apache.org/viewvc?rev=985115&view=rev
Log:
bump versions log4j -> 1.2.16, nekohtml -> 1.9.14, jasper-el -> 6.0.29

Modified:
    shindig/trunk/UPGRADING
    shindig/trunk/pom.xml

Modified: shindig/trunk/UPGRADING
URL: http://svn.apache.org/viewvc/shindig/trunk/UPGRADING?rev=985115&r1=985114&r2=985115&view=diff
==============================================================================
--- shindig/trunk/UPGRADING (original)
+++ shindig/trunk/UPGRADING Fri Aug 13 07:40:25 2010
@@ -34,7 +34,7 @@ Here are some highlights:
 * ehcache 1.5 -> 1.6.2
 * xstream 1.2 -> 1.3.1
 * xpp3 1.1.3.3 -> 1.1.4c
-* commons-coded 1.3 -> 1.4
+* commons-codec 1.3 -> 1.4
 
 == Java Interface Changes ==
 

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=985115&r1=985114&r2=985115&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Fri Aug 13 07:40:25 2010
@@ -1491,12 +1491,12 @@
       <dependency>
         <groupId>net.sourceforge.htmlunit</groupId>
         <artifactId>htmlunit</artifactId>
-        <version>2.7</version>
+        <version>2.8</version>
       </dependency>
       <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
-        <version>1.2.14</version>
+        <version>1.2.16</version>
       </dependency>
       <dependency>
         <groupId>rhino</groupId>
@@ -1526,7 +1526,7 @@
       <dependency>
         <groupId>net.sourceforge.nekohtml</groupId>
         <artifactId>nekohtml</artifactId>
-        <version>1.9.13</version>
+        <version>1.9.14</version>
       </dependency>
       <dependency>
         <groupId>xerces</groupId>
@@ -1551,7 +1551,7 @@
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>jasper-el</artifactId>
-        <version>6.0.26</version>
+        <version>6.0.29</version>
       </dependency>
       <dependency>
         <groupId>de.odysseus.juel</groupId>