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/06/12 19:32:44 UTC

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

Author: sebb
Date: Fri Jun 12 17:32:44 2009
New Revision: 784212

URL: http://svn.apache.org/viewvc?rev=784212&view=rev
Log:
Fix typo; add encoding properties

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=784212&r1=784211&r2=784212&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Fri Jun 12 17:32:44 2009
@@ -32,7 +32,7 @@
 
     <inceptionYear>2001</inceptionYear>
     <description>
-        Commons-Email aims to provide a API for sending email. It is built on top of
+        Commons-Email aims to provide an API for sending email. It is built on top of
         the JavaMail API, which it aims to simplify.
     </description>
 
@@ -247,6 +247,8 @@
     </dependencies>
 
     <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <maven.compile.source>1.4</maven.compile.source>
         <maven.compile.target>1.4</maven.compile.target>
         <commons.componentid>email</commons.componentid>