From 168a1d6e755c81f040c30d54cc6e2c1e28e28913 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Fri, 7 Dec 2012 13:25:48 +0000 Subject: [PATCH] Use the 'maven.compile.source' property instead of a hard-wired version number. git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1418300 13f79535-47bb-0310-9956-ffa450edef68 --- httpmime/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpmime/pom.xml b/httpmime/pom.xml index d65965857..2597605d3 100644 --- a/httpmime/pom.xml +++ b/httpmime/pom.xml @@ -114,7 +114,7 @@ true - 1.5 + ${maven.compile.source} http://download.oracle.com/javase/1.5.0/docs/api/ http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/