[libcommons-modeler-java] 38/39: Fixed the build failure with Java 9 (Closes: #873646)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Oct 26 21:43:38 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository libcommons-modeler-java.

commit a267c1c975dd60ed093053d547006d93f1d47e48
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Oct 26 23:32:29 2017 +0200

    Fixed the build failure with Java 9 (Closes: #873646)
---
 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 fe109b4..14b7e8a 100644
--- a/debian/ant.properties
+++ b/debian/ant.properties
@@ -2,5 +2,5 @@ commons-digester.jar=/usr/share/java/commons-digester.jar
 commons-logging.jar=/usr/share/java/commons-logging.jar
 
 junit.jar=/usr/share/java/junit.jar
-ant.build.javac.source=1.4
-ant.build.javac.target=1.4
+ant.build.javac.source=1.7
+ant.build.javac.target=1.7
diff --git a/debian/changelog b/debian/changelog
index fedf61d..4b5094b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 libcommons-modeler-java (2.0.1-8) UNRELEASED; urgency=medium
 
+  * Fixed the build failure with Java 9 (Closes: #873646)
   * Build with the DH sequencer instead of CDBS
   * Moved the package to Git
   * Standards-Version updated to 4.1.1

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



More information about the pkg-java-commits mailing list