You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/05/25 14:58:13 UTC

svn commit: r541630 - /maven/plugins/trunk/maven-docck-plugin/pom.xml

Author: vsiveton
Date: Fri May 25 05:58:12 2007
New Revision: 541630

URL: http://svn.apache.org/viewvc?view=rev&rev=541630
Log:
MDOCCK-8: NTLM proxy problems: Authentication state already initialized

o bumped to commons-httpclient:3.0.1 as Graham Leggett has suggested

Modified:
    maven/plugins/trunk/maven-docck-plugin/pom.xml

Modified: maven/plugins/trunk/maven-docck-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-docck-plugin/pom.xml?view=diff&rev=541630&r1=541629&r2=541630
==============================================================================
--- maven/plugins/trunk/maven-docck-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-docck-plugin/pom.xml Fri May 25 05:58:12 2007
@@ -31,7 +31,7 @@
   <prerequisites>
     <maven>2.0</maven>
   </prerequisites>
-    <!-- Not inherited correctly 
+    <!-- Not inherited correctly
   -->
   <issueManagement>
     <system>jira</system>
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
-      <version>3.0</version>
+      <version>3.0.1</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>