diff options
author | Pedro Giffuni <pfg@apache.org> | 2012-12-19 20:47:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-07 16:00:34 +0100 |
commit | 55ff402fa24bcf9478e7fde94f2ab57c2223b7f7 (patch) | |
tree | 8861c4f7ed575e1cf88f81ff8cf11276d451323e /apache-commons | |
parent | bf3d8ba53bdbe15f37988a274ee4fb555479cb87 (diff) |
Set target version of apache-commons to Java 5
(cherry picked from commit 7b9b5d430bda5ee0a1948c532e7ddd1374717e8c)
Change-Id: Id3c5ae8d6fbeb8554d0f4f7f743e0aeea0df2bb2
Diffstat (limited to 'apache-commons')
-rw-r--r-- | apache-commons/patches/logging.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apache-commons/patches/logging.patch b/apache-commons/patches/logging.patch index 63b93dcbd6f2..f96eda38075c 100644 --- a/apache-commons/patches/logging.patch +++ b/apache-commons/patches/logging.patch @@ -5,7 +5,7 @@ <!-- Version of java class files to generate. --> - <property name="target.version" value="1.1"/> -+ <property name="target.version" value="1.3"/> ++ <property name="target.version" value="1.5"/> <!-- Version of java source to accept --> - <property name="source.version" value="1.2"/> |