From c1a065aec56f2fed1586f54518ebef15f2760ccd Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Tue, 27 Aug 2013 12:04:15 +0000 Subject: [PATCH] Fixed javadoc plugin configuration git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1517798 13f79535-47bb-0310-9956-ffa450edef68 --- fluent-hc/pom.xml | 2 +- httpclient-cache/pom.xml | 2 +- httpclient/pom.xml | 2 +- httpmime/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fluent-hc/pom.xml b/fluent-hc/pom.xml index e5ef4a368..afa1e33d3 100644 --- a/fluent-hc/pom.xml +++ b/fluent-hc/pom.xml @@ -94,7 +94,7 @@ true - ${maven.compile.source} + ${maven.compiler.source} http://download.oracle.com/javase/1.5.0/docs/api/ http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/ diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml index b9421eea7..0ed6f17d3 100644 --- a/httpclient-cache/pom.xml +++ b/httpclient-cache/pom.xml @@ -141,7 +141,7 @@ true - ${maven.compile.source} + ${maven.compiler.source} http://download.oracle.com/javase/1.5.0/docs/api/ http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/ diff --git a/httpclient/pom.xml b/httpclient/pom.xml index 6dd2d2720..33b62b96e 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -120,7 +120,7 @@ true - ${maven.compile.source} + ${maven.compiler.source} http://download.oracle.com/javase/1.5.0/docs/api/ http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/ diff --git a/httpmime/pom.xml b/httpmime/pom.xml index 21261dcda..f8d2bcfd2 100644 --- a/httpmime/pom.xml +++ b/httpmime/pom.xml @@ -103,7 +103,7 @@ true - ${maven.compile.source} + ${maven.compiler.source} http://download.oracle.com/javase/1.5.0/docs/api/ http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/