Author: tn Date: Fri Jan 11 15:54:05 2013 New Revision: 1432109 URL: http://svn.apache.org/viewvc?rev=1432109&view=rev Log: Post-release changes.
Modified: commons/proper/email/trunk/NOTICE.txt commons/proper/email/trunk/doap_email.rdf commons/proper/email/trunk/pom.xml commons/proper/email/trunk/src/changes/changes.xml Modified: commons/proper/email/trunk/NOTICE.txt URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/NOTICE.txt?rev=1432109&r1=1432108&r2=1432109&view=diff ============================================================================== --- commons/proper/email/trunk/NOTICE.txt (original) +++ commons/proper/email/trunk/NOTICE.txt Fri Jan 11 15:54:05 2013 @@ -1,5 +1,5 @@ Apache Commons Email -Copyright 2001-2012 The Apache Software Foundation +Copyright 2001-2013 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). Modified: commons/proper/email/trunk/doap_email.rdf URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/doap_email.rdf?rev=1432109&r1=1432108&r2=1432109&view=diff ============================================================================== --- commons/proper/email/trunk/doap_email.rdf (original) +++ commons/proper/email/trunk/doap_email.rdf Fri Jan 11 15:54:05 2013 @@ -39,7 +39,7 @@ <release> <Version> <name>commons-email</name> - <created>2012-04-25</created> + <created>2013-01-10</created> <revision>1.3</revision> </Version> <Version> Modified: commons/proper/email/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1432109&r1=1432108&r2=1432109&view=diff ============================================================================== --- commons/proper/email/trunk/pom.xml (original) +++ commons/proper/email/trunk/pom.xml Fri Jan 11 15:54:05 2013 @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons</groupId> <artifactId>commons-email</artifactId> - <version>1.3-SNAPSHOT</version> + <version>1.4-SNAPSHOT</version> <name>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=1432109&r1=1432108&r2=1432109&view=diff ============================================================================== --- commons/proper/email/trunk/src/changes/changes.xml (original) +++ commons/proper/email/trunk/src/changes/changes.xml Fri Jan 11 15:54:05 2013 @@ -22,7 +22,9 @@ </properties> <body> - <release version="1.3" date="2012-01-10"> + <release version="1.4" date="TBD"> + </release> + <release version="1.3" date="2013-01-10"> <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).