Author: hboutemy
Date: Wed Jul 29 20:58:03 2015
New Revision: 1693345

URL: http://svn.apache.org/r1693345
Log:
work around SSL key size issue with JDK 6

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

Modified: maven/plugins/trunk/maven-docck-plugin/src/it/basic/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-docck-plugin/src/it/basic/pom.xml?rev=1693345&r1=1693344&r2=1693345&view=diff
==============================================================================
--- maven/plugins/trunk/maven-docck-plugin/src/it/basic/pom.xml (original)
+++ maven/plugins/trunk/maven-docck-plugin/src/it/basic/pom.xml Wed Jul 29 
20:58:03 2015
@@ -45,7 +45,8 @@ under the License.
   </scm>
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/MDOCCK</url>
+    
<url>http://maven.apache.org/plugins/maven-docck-plugin/issue-tracking.html</url>
+    <!-- not http://issues.apache.org/jira/browse/MDOCCK because redirects to 
https rcausing "Could not generate DH keypair" failure with Java 6 -->
   </issueManagement>
   <licenses>
     <license>


Reply via email to