[hibernate-commits] Hibernate SVN: r19695 - core/trunk/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Jun 5 10:14:58 EDT 2010


Author: stliu
Date: 2010-06-05 10:14:58 -0400 (Sat, 05 Jun 2010)
New Revision: 19695

Modified:
   core/trunk/parent/pom.xml
Log:
HHH-5294 declare source files encoding to utf-8 to avoid maven warning

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2010-06-05 00:54:54 UTC (rev 19694)
+++ core/trunk/parent/pom.xml	2010-06-05 14:14:58 UTC (rev 19695)
@@ -965,5 +965,6 @@
 
     <properties>
         <slf4jVersion>1.5.8</slf4jVersion>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
 </project>



More information about the hibernate-commits mailing list