You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/03/11 10:26:33 UTC

svn commit: r1576242 - /myfaces/tobago/branches/tobago-3.0.x/pom.xml

Author: lofwyr
Date: Tue Mar 11 09:26:32 2014
New Revision: 1576242

URL: http://svn.apache.org/r1576242
Log:
TOBAGO-1363: Dependencies for Tobago 3.0 is Java 1.6, Servlet 3.0, JSP 2.2

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1576242&r1=1576241&r2=1576242&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Tue Mar 11 09:26:32 2014
@@ -178,8 +178,8 @@
           <source>${maven.compile.source}</source>
           <charset>${maven.compile.encoding}</charset>
           <links>
-            <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
-            <link>http://download.oracle.com/javaee/5/api/</link>
+            <link>http://docs.oracle.com/javase/6/docs/api/</link>
+            <link>http://docs.oracle.com/javaee/6/api/</link>
             <link>http://jakarta.apache.org/commons/collections/api-${commons-collection.version}/</link>
             <link>http://jakarta.apache.org/commons/fileupload/apidocs</link>
             <link>http://www.slf4j.org/apidocs</link>