This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-core.
commit c8b3c69e339a325cb951fbdfa779b2dc02b99a75 Author: Timo Aaltonen <[email protected]> Date: Wed Sep 24 16:37:57 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 53ddd7a..1a3a5fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ jackson-core (2.4.2-1) UNRELEASED; urgency=medium * control: Add libmaven-bundle-plugin-java to build-deps. * depend-on-junit.diff: Prevent needing jackson-parent, add a dependency on junit to pom.xml. + * properties: Set encoding to UTF-8. -- Timo Aaltonen <[email protected]> Sat, 06 Sep 2014 21:19:37 +0300 diff --git a/debian/maven.properties b/debian/maven.properties index 40d1d22..b3705b5 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -3,3 +3,4 @@ # maven.test.skip=true maven.compiler.source=1.6 maven.compiler.target=1.6 +project.build.sourceEncoding=UTF-8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

