Author: ggregory
Date: Wed Oct 15 15:12:52 2014
New Revision: 1632080
URL: http://svn.apache.org/r1632080
Log:
The next version will be 1.4.0.
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=1632080&r1=1632079&r2=1632080&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Oct 15 15:12:52 2014
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email</artifactId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<name>Apache Commons Email</name>
<inceptionYear>2001</inceptionYear>
Modified: commons/proper/email/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/email/trunk/src/changes/changes.xml?rev=1632080&r1=1632079&r2=1632080&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Wed Oct 15 15:12:52 2014
@@ -22,7 +22,7 @@
</properties>
<body>
- <release version="1.3.4" date="TBD">
+ <release version="1.4.0" date="2014-??-??">
<action dev="tn" type="fix" issue="EMAIL-142" date="2014-10-02"
due-to="Marcin Tomiak">
An "HtmlEmail" with both, an html and plain text content but no
attachments or embedded
images will now be created with mimetype "multipart/alternative"
instead of "multipart/mixed".