[ant] 07/16: Changed the source/target level to 1.8 when building Ant

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Mar 29 08:42:55 BST 2018


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit ca7e3ae8c758e9858a00b434c1af6da1f4884b6b
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Mar 28 01:15:28 2018 +0200

    Changed the source/target level to 1.8 when building Ant
---
 debian/ant.properties | 4 ++--
 debian/changelog      | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/ant.properties b/debian/ant.properties
index 88d6ad0..b6dabc8 100644
--- a/debian/ant.properties
+++ b/debian/ant.properties
@@ -1,5 +1,5 @@
 base64.present=true
 sunuue.present=true
 offline=true
-javac.target=1.5
-javac.source=1.5
+javac.target=1.8
+javac.source=1.8
diff --git a/debian/changelog b/debian/changelog
index 9d0e983..6738615 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ant (1.10.0-1) UNRELEASED; urgency=medium
 
   * New upstream release
     - Refreshed the patches
+    - Changed the source/target level to 1.8 when building Ant
   * Adjust the source/target level to 1.7 in anticipation of the 1.6 removal
     in Java 11
   * Added activation.jar to the build classpath to fix the empty ant-javamail

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ant.git



More information about the pkg-java-commits mailing list