Author: tn
Date: Tue Apr 29 21:17:03 2014
New Revision: 1591106
URL: http://svn.apache.org/r1591106
Log:
Update next release to 1.3.3, upgrade parent to 34.
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=1591106&r1=1591105&r2=1591106&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Tue Apr 29 21:17:03 2014
@@ -19,12 +19,12 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>32</version>
+ <version>34</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<name>Apache Commons Email</name>
<inceptionYear>2001</inceptionYear>
@@ -281,7 +281,7 @@
<commons.jira.id>EMAIL</commons.jira.id>
<commons.jira.pid>12310474</commons.jira.pid>
<commons.release.version>1.3.2</commons.release.version>
- <commons.rc.version>RC2</commons.rc.version>
+ <commons.rc.version>RC1</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=1591106&r1=1591105&r2=1591106&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Tue Apr 29 21:17:03 2014
@@ -22,7 +22,7 @@
</properties>
<body>
- <release version="1.4.0" date="xxx">
+ <release version="1.3.3" date="xxx">
<action dev="ggregory" type="fix" issue="EMAIL-136" date="2014-02-01"
due-to="Ville Skyttä">
Fix Javadoc 1.8 errors.
</action>