You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by ol...@apache.org on 2008/11/04 20:09:42 UTC

svn commit: r711373 - /incubator/droids/trunk/pom.xml

Author: olegk
Date: Tue Nov  4 12:09:41 2008
New Revision: 711373

URL: http://svn.apache.org/viewvc?rev=711373&view=rev
Log:
Upgraded Commons IO to version 1.4 and Wstx-asl to version 3.2.7

Modified:
    incubator/droids/trunk/pom.xml

Modified: incubator/droids/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/pom.xml?rev=711373&r1=711372&r2=711373&view=diff
==============================================================================
--- incubator/droids/trunk/pom.xml (original)
+++ incubator/droids/trunk/pom.xml Tue Nov  4 12:09:41 2008
@@ -58,9 +58,9 @@
     <maven.compile.optimize>true</maven.compile.optimize>
     <maven.compile.deprecation>true</maven.compile.deprecation>
     <commons-logging.version>1.1.1</commons-logging.version>
-    <commons-io.version>1.3.1</commons-io.version>
+    <commons-io.version>1.4</commons-io.version>
     <stax-api.version>1.0.1</stax-api.version>
-    <wstx-asl.version>3.2.4</wstx-asl.version>
+    <wstx-asl.version>3.2.7</wstx-asl.version>
     <httpclient.version>4.0-beta1</httpclient.version>
     <nekohtml.version>1.9.6.2</nekohtml.version>
     <junit.version>4.5</junit.version>