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 2011/01/17 18:13:24 UTC

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

Author: lindner
Date: Mon Jan 17 17:13:24 2011
New Revision: 1059996

URL: http://svn.apache.org/viewvc?rev=1059996&view=rev
Log:
bump to latest commons-io, commons-lang, jasper releases

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1059996&r1=1059995&r2=1059996&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Mon Jan 17 17:13:24 2011
@@ -1560,13 +1560,13 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <version>2.5</version>
+        <version>2.6</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>1.4</version>
+        <version>2.0.1</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
@@ -1663,12 +1663,12 @@
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>el-api</artifactId>
-        <version>6.0.29</version>
+        <version>6.0.30</version>
       </dependency>
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>jasper-el</artifactId>
-        <version>6.0.29</version>
+        <version>6.0.30</version>
       </dependency>
       <dependency>
         <groupId>de.odysseus.juel</groupId>