You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by se...@apache.org on 2009/10/26 14:31:39 UTC

svn commit: r829787 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: sebastien
Date: Mon Oct 26 13:31:39 2009
New Revision: 829787

URL: http://svn.apache.org/viewvc?rev=829787&view=rev
Log:
Use the JCR 2.0 public javadoc instead of the JCR 1.0 one

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=829787&r1=829786&r2=829787&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Mon Oct 26 13:31:39 2009
@@ -63,7 +63,7 @@
           <aggregate>true</aggregate>
           <links>
             <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-            <link>http://www.day.com/maven/jsr170/javadocs/jcr-1.0/</link>
+            <link>http://www.day.com/maven/javax.jcr/javadocs/jcr-2.0/</link>
           </links>
         </configuration>
       </plugin>