This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jboss-xnio.
commit f021ee0ecbd642cdcfba16b5d49b18428cf58f74 Author: Markus Koschany <[email protected]> Date: Sat Dec 24 00:19:24 2016 +0100 jboss-xnio requires OpenJDK 8 from now on at least. --- debian/changelog | 1 + debian/control | 2 +- debian/maven.properties | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5f7eff9..cf41c79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jboss-xnio (3.4.3-1) unstable; urgency=medium * New upstream version 3.4.3. + * jboss-xnio requires OpenJDK 8 from now on. -- Markus Koschany <[email protected]> Sat, 24 Dec 2016 00:13:22 +0100 diff --git a/debian/control b/debian/control index cc5380f..e753d80 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: debhelper (>= 10), - default-jdk, + default-jdk (>= 2:1.8), default-jdk-doc, junit4, libjboss-logging-java, diff --git a/debian/maven.properties b/debian/maven.properties index d55c584..800f119 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -1,7 +1,7 @@ # Include here properties to pass to Maven during the build. # For example: maven.test.skip=true -maven.compiler.source=1.7 -maven.compiler.target=1.7 +maven.compiler.source=1.8 +maven.compiler.target=1.8 project.build.sourceEncoding=UTF-8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-xnio.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

