You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2012/04/24 21:13:19 UTC

svn commit: r1329952 - in /commons/proper/email/trunk: RELEASE-NOTES.txt doap_email.rdf pom.xml

Author: sgoeschl
Date: Tue Apr 24 19:13:19 2012
New Revision: 1329952

URL: http://svn.apache.org/viewvc?rev=1329952&view=rev
Log:
Preparing for another release candidate ... :-)

Modified:
    commons/proper/email/trunk/RELEASE-NOTES.txt
    commons/proper/email/trunk/doap_email.rdf
    commons/proper/email/trunk/pom.xml

Modified: commons/proper/email/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/RELEASE-NOTES.txt?rev=1329952&r1=1329951&r2=1329952&view=diff
==============================================================================
--- commons/proper/email/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/email/trunk/RELEASE-NOTES.txt Tue Apr 24 19:13:19 2012
@@ -15,7 +15,7 @@ downloads, reports, and bug status:
 
 http://commons.apache.org/email/
 
-This is a maintenance release which fixes several bugs present in the 1.1
+This is a maintenance release which fixes several bugs present in the 1.2
 release and adds a number of small enhancements requested by
 users. All current users are encouraged to upgrade.
 

Modified: commons/proper/email/trunk/doap_email.rdf
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/doap_email.rdf?rev=1329952&r1=1329951&r2=1329952&view=diff
==============================================================================
--- commons/proper/email/trunk/doap_email.rdf (original)
+++ commons/proper/email/trunk/doap_email.rdf Tue Apr 24 19:13:19 2012
@@ -39,7 +39,7 @@
     <release>
       <Version>
         <name>commons-email</name>
-        <created>2009-11-06</created>
+        <created>2012-04-25</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=1329952&r1=1329951&r2=1329952&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Tue Apr 24 19:13:19 2012
@@ -331,6 +331,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
+                <version>2.6</version>
                 <configuration>
                     <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
                 </configuration>