[polyglot-maven] 01/06: Fixed the build failure with Java 9 (Closes: #893410)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Mar 30 16:49:51 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository polyglot-maven.
commit 9a21a12cf4c8527d7110844cd51699a88b1ca636
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Mar 30 17:44:04 2018 +0200
Fixed the build failure with Java 9 (Closes: #893410)
---
debian/build.xml | 2 +-
debian/changelog | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/build.xml b/debian/build.xml
index c0571d1..774d8b7 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -271,7 +271,7 @@
destdir="@{destfile}"
classpathref="@{buildclasspath}"
sourcepath="">
- <javac source="1.5" target="1.5" debug="on"/>
+ <javac source="1.8" target="1.8" debug="on"/>
</groovyc>
</sequential>
</macrodef>
diff --git a/debian/changelog b/debian/changelog
index 6aa003a..4cf3f1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+polyglot-maven (0.8~tobrien+git20120905-9) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fixed the build failure with Java 9 (Closes: #893410)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 30 Mar 2018 17:42:17 +0200
+
polyglot-maven (0.8~tobrien+git20120905-8) unstable; urgency=medium
* Team upload.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/polyglot-maven.git
More information about the pkg-java-commits
mailing list