This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository uimaj.
commit f6ae993997844e4f13de7f111f64600baf363384 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 18 09:51:27 2016 +0100 No longer build Java 5 compatible bytecode --- debian/changelog | 1 + debian/maven.properties | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1490575..8f3992f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ uimaj (2.9.0-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patches + - No longer build Java 5 compatible bytecode * Build with the DH sequencer instead of CDBS * Removed the unused build dependency on ant * Standards-Version updated to 3.9.8 diff --git a/debian/maven.properties b/debian/maven.properties index 652628a..d2f1b82 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -1,4 +1 @@ maven.test.skip=true - -maven.compiler.source=1.5 -maven.compiler.target=1.5 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/uimaj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

