You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by dc...@apache.org on 2009/10/23 14:57:45 UTC

svn commit: r829038 - /incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml

Author: dcaruana
Date: Fri Oct 23 12:57:45 2009
New Revision: 829038

URL: http://svn.apache.org/viewvc?rev=829038&view=rev
Log:
Set encoding to UTF-8 for Java Compiler.

Modified:
    incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml

Modified: incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml?rev=829038&r1=829037&r2=829038&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml Fri Oct 23 12:57:45 2009
@@ -61,6 +61,7 @@
         <configuration>
           <target>1.5</target>
           <source>1.5</source>
+          <encoding>UTF-8</encoding>          
         </configuration>
       </plugin>
       <!-- Enable maven-source-plugin -->