You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2009/08/01 13:10:18 UTC

svn commit: r799832 - /maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml

Author: vsiveton
Date: Sat Aug  1 11:10:18 2009
New Revision: 799832

URL: http://svn.apache.org/viewvc?rev=799832&view=rev
Log:
o using latest HttpClient

Modified:
    maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml

Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml?rev=799832&r1=799831&r2=799832&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml Sat Aug  1 11:10:18 2009
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
-      <version>3.0</version>
+      <version>3.1</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>