This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-dataformat-smile.
commit 3898a0ca8a267dddb0e9086d9c8e2546a62473b1 Author: Timo Aaltonen <[email protected]> Date: Wed Sep 24 17:31:53 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 9d3285b..0218fc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ jackson-dataformat-smile (2.4.2-1) UNRELEASED; urgency=low * control: Bump libjackson2-core, -databind dependencies. * depend-on-junit.diff: Prevent needing jackson-parent, add a dependency on junit to pom.xml. + * properties: Set encoding to UTF-8. -- Wolodja Wentland <[email protected]> Thu, 26 Sep 2013 17:53:19 +0000 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-dataformat-smile.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

