[hibernate-commits] Hibernate SVN: r17999 - core/branches/Branch_3_3_2_GA_CP/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Nov 18 05:33:47 EST 2009


Author: stliu
Date: 2009-11-18 05:33:47 -0500 (Wed, 18 Nov 2009)
New Revision: 17999

Modified:
   core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
Log:
JBPAPP-3115 update HREFs for JDK from jdk1.4 to jdk1.5

Modified: core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2009-11-17 23:17:25 UTC (rev 17998)
+++ core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2009-11-18 10:33:47 UTC (rev 17999)
@@ -219,8 +219,8 @@
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
                     <links>
-                        <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
-                        <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
+                        <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+                        <link>http://java.sun.com/javaee/5/docs/api/</link>
                     </links>
                 </configuration>
             </plugin>



More information about the hibernate-commits mailing list