HHH-5294 declare source files encoding to utf-8 to avoid maven warning

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19695 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2010-06-05 14:14:58 +00:00
parent e4eed4c7e5
commit e6d7d62bc0
1 changed files with 1 additions and 0 deletions

View File

@ -965,5 +965,6 @@
<properties>
<slf4jVersion>1.5.8</slf4jVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>