You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2013/04/25 19:28:29 UTC

svn commit: r1475861 - /commons/proper/fileupload/trunk/pom.xml

Author: ebourg
Date: Thu Apr 25 17:28:28 2013
New Revision: 1475861

URL: http://svn.apache.org/r1475861
Log:
Fixed the failing tests on UTF-8 systems

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

Modified: commons/proper/fileupload/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=1475861&r1=1475860&r2=1475861&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/pom.xml (original)
+++ commons/proper/fileupload/trunk/pom.xml Thu Apr 25 17:28:28 2013
@@ -177,6 +177,7 @@
   <properties>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
+    <maven.compile.encoding>ISO-8859-1</maven.compile.encoding>
     <commons.componentid>fileupload</commons.componentid>
     <commons.release.version>1.3</commons.release.version>
     <commons.rc.version>RC2</commons.rc.version>