You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/06/30 23:11:50 UTC

svn commit: r959433 - /openjpa/branches/1.3.x/pom.xml

Author: dwoods
Date: Wed Jun 30 21:11:50 2010
New Revision: 959433

URL: http://svn.apache.org/viewvc?rev=959433&view=rev
Log:
OPENJPA-1712 Add missing javadoc source ref

Modified:
    openjpa/branches/1.3.x/pom.xml

Modified: openjpa/branches/1.3.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/pom.xml?rev=959433&r1=959432&r2=959433&view=diff
==============================================================================
--- openjpa/branches/1.3.x/pom.xml (original)
+++ openjpa/branches/1.3.x/pom.xml Wed Jun 30 21:11:50 2010
@@ -681,6 +681,7 @@
                     <links>
                         <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
                         <link>http://java.sun.com/javaee/5/docs/api</link>
+                        <link>http://jakarta.apache.org/commons/collections/api-release</link>
                     </links>
                 </configuration>
                 <reportSets>