You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2009/06/17 23:38:07 UTC

svn commit: r785817 - /commons/proper/email/trunk/pom.xml

Author: sgoeschl
Date: Wed Jun 17 21:38:07 2009
New Revision: 785817

URL: http://svn.apache.org/viewvc?rev=785817&view=rev
Log:
Using "UTF-8" for copying resources - removing duplicate property definition

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

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=785817&r1=785816&r2=785817&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Jun 17 21:38:07 2009
@@ -252,10 +252,8 @@
         <commons.jira.id>EMAIL</commons.jira.id>
         <commons.jira.pid>12310474</commons.jira.pid>
         <commons.release.version>1.2</commons.release.version>
-        <commons.rc.version>RC1</commons.rc.version>
+        <commons.rc.version>RC2</commons.rc.version>
         <commons.binary.suffix>-bin</commons.binary.suffix>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties> 
 
     <build>