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 2013/01/05 21:38:00 UTC

svn commit: r1429381 - /commons/proper/email/trunk/RELEASE-NOTES.txt

Author: tn
Date: Sat Jan  5 20:38:00 2013
New Revision: 1429381

URL: http://svn.apache.org/viewvc?rev=1429381&view=rev
Log:
Updated links to JavaMail and JavaBeans downloads.

Modified:
    commons/proper/email/trunk/RELEASE-NOTES.txt

Modified: commons/proper/email/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/RELEASE-NOTES.txt?rev=1429381&r1=1429380&r2=1429381&view=diff
==============================================================================
--- commons/proper/email/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/email/trunk/RELEASE-NOTES.txt Sat Jan  5 20:38:00 2013
@@ -181,20 +181,20 @@ REQUIREMENTS:
 J2SE environments
 -----------------
 
-Commons Email requires JavaMail 1.4.1 or later. The Sun implementation
+Commons Email requires JavaMail 1.4.1 or later. The Oracle implementation
 is available at:
 
-http://java.sun.com/products/javamail/
+http://www.oracle.com/technetwork/java/javamail/
 
 However, the Apache Geronimo project (http://geronimo.apache.org)
 provides a J2EE-certified implementation of the JavaMail 1.4
 specification licensed under the Apache Software License.  
 
 Commons Email also requires the JavaBeans Activation Framework unless
-you are running on Java SE 6 or later. The Sun implementation is available
+you are running on Java SE 6 or later. The Oracle implementation is available
 at:
 
-http://java.sun.com/javase/technologies/desktop/javabeans/jaf/
+http://www.oracle.com/technetwork/java/javase/downloads/index-135046.html
 
 Apache Geronimo likewise provides an implementation under the Apache
 Software License.