This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-common-artifact-filters.
commit 0c5bcf98aeb2290160805897a7c9e9eb4678b6bc Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 19 11:50:28 2017 +0200 Set the source encoding to UTF-8 --- debian/changelog | 1 + debian/maven.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 98e373c..54380e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ maven-common-artifact-filters (3.0.0-1) UNRELEASED; urgency=medium * New upstream release - Removed 01_easymock-upgrade.patch (fixed upstream) - Depend on libmaven3-core-java instead of libmaven2-core-java + - Set the source encoding to UTF-8 * Build with the DH sequencer instead of CDBS * Moved the package to Git * Standards-Version updated to 4.0.0 diff --git a/debian/maven.properties b/debian/maven.properties index 7c29bd7..c67a92a 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -2,3 +2,4 @@ # For example: # maven.test.skip=true +project.build.sourceEncoding=UTF-8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-common-artifact-filters.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

