You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/05/20 15:32:51 UTC

svn commit: r776694 - /commons/proper/collections/trunk/pom.xml

Author: sebb
Date: Wed May 20 13:32:51 2009
New Revision: 776694

URL: http://svn.apache.org/viewvc?rev=776694&view=rev
Log:
Set encoding to UTF-8 to avoid depending on local encoding

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=776694&r1=776693&r2=776694&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Wed May 20 13:32:51 2009
@@ -379,6 +379,8 @@
   </dependencies>
 
   <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.componentid>collections</commons.componentid>
     <commons.release.version>3.2.1</commons.release.version>
     <commons.jira.id>COLLECTIONS</commons.jira.id>