You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/12/16 14:28:52 UTC

svn commit: r1422576 - in /commons/proper/email/trunk: pom.xml src/changes/changes.xml

Author: tn
Date: Sun Dec 16 13:28:51 2012
New Revision: 1422576

URL: http://svn.apache.org/viewvc?rev=1422576&view=rev
Log:
Bump RC number, update release date.

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

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1422576&r1=1422575&r2=1422576&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Sun Dec 16 13:28:51 2012
@@ -236,7 +236,7 @@
         <commons.jira.id>EMAIL</commons.jira.id>
         <commons.jira.pid>12310474</commons.jira.pid>
         <commons.release.version>1.3</commons.release.version>
-        <commons.rc.version>RC5</commons.rc.version>
+        <commons.rc.version>RC6</commons.rc.version>
         <commons.binary.suffix>-bin</commons.binary.suffix>
     </properties> 
 

Modified: commons/proper/email/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/changes/changes.xml?rev=1422576&r1=1422575&r2=1422576&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Sun Dec 16 13:28:51 2012
@@ -22,7 +22,7 @@
   </properties>
 
   <body>
-    <release version="1.3" date="2012-12-11">
+    <release version="1.3" date="2012-12-15">
       <action dev="tn" type="fix" issue="EMAIL-101" date="2012-12-09" due-to="Andrew Starodub">
         Use the provided Content-ID in HtmlEmail#embed(File, String) instead of creating
         a random one. The used and returned Content-ID will be URL encoded (see RFC 2392).