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 2014/12/05 20:08:28 UTC

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

Author: sebb
Date: Fri Dec  5 19:08:27 2014
New Revision: 1643403

URL: http://svn.apache.org/r1643403
Log:
Useless property - not actually used. Encoding is defined in CP pom

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=1643403&r1=1643402&r2=1643403&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/pom.xml (original)
+++ commons/proper/fileupload/trunk/pom.xml Fri Dec  5 19:08:27 2014
@@ -179,7 +179,6 @@
   <properties>
     <maven.compiler.source>1.5</maven.compiler.source>
     <maven.compiler.target>1.5</maven.compiler.target>
-    <maven.compile.encoding>ISO-8859-1</maven.compile.encoding>
     <commons.componentid>fileupload</commons.componentid>
     <commons.release.version>1.4</commons.release.version>
     <commons.release.desc>(requires Java ${maven.compiler.target} or later)</commons.release.desc>