This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-databind.
commit bd2b02e2d84805a74ee96a0ace9b6c5803a22b14 Author: Timo Aaltonen <[email protected]> Date: Wed Sep 24 16:59:52 2014 +0300 properties: Set 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 6ee6f0a..7062355 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ jackson-databind (2.4.2-1) UNRELEASED; urgency=medium * fix-using-bundle.diff: Use extensions with bundle plugin. * maven.{publishedR,r}ules: Fix version mangling. * control: Bump dependency on -core and -annotations. + * properties: Set encoding to UTF-8. -- Timo Aaltonen <[email protected]> Sat, 06 Sep 2014 17:47:27 +0300 diff --git a/debian/maven.properties b/debian/maven.properties index 62f577e..0c20abc 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -1,5 +1,6 @@ maven.compiler.source=1.6 maven.compiler.target=1.6 +project.build.sourceEncoding=UTF-8 # Hibernate crap can't be tested. maven.test.skip=true -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-databind.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

