This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch debian/sid in repository jruby-joni.
commit 15836fa37f1f6111c9fa1b09aabe5b730964c3fb Author: Douglas Campos <[email protected]> Date: Sat Dec 29 16:34:01 2012 -0200 pin source encoding to UTF-8 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index db07360..5d7dbd3 100644 --- a/pom.xml +++ b/pom.xml @@ -12,6 +12,10 @@ that uses byte arrays directly instead of java Strings and chars </description> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + <issueManagement> <system>JIRA</system> <url>http://jira.codehaus.org/browse/JRUBY</url> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

