You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2015/03/20 21:39:27 UTC

svn commit: r1668144 - in /db/jdo/site/src/site/xdoc: javadoc.xml tck.xml

Author: mbo
Date: Fri Mar 20 20:39:26 2015
New Revision: 1668144

URL: http://svn.apache.org/r1668144
Log:
JDO 3.1 API javadocs

Modified:
    db/jdo/site/src/site/xdoc/javadoc.xml
    db/jdo/site/src/site/xdoc/tck.xml

Modified: db/jdo/site/src/site/xdoc/javadoc.xml
URL: http://svn.apache.org/viewvc/db/jdo/site/src/site/xdoc/javadoc.xml?rev=1668144&r1=1668143&r2=1668144&view=diff
==============================================================================
--- db/jdo/site/src/site/xdoc/javadoc.xml (original)
+++ db/jdo/site/src/site/xdoc/javadoc.xml Fri Mar 20 20:39:26 2015
@@ -33,8 +33,14 @@ limitations under the License.
     </p>
 </section>
 
+<section name="JDO 3.1 javadoc">
+    <p>JDO 3.1 is the current release of the Apache JDO implementation of JSR-243.</p>
+    <p><a href="api31/jdo-api-3.1-javadoc/index.html">Browse JDO 3.1 javadoc online</a></p>
+    <p><a href="api31/jdo-api-3.1-javadoc.zip">Download JDO 3.1 javadoc</a></p>
+</section>
+
 <section name="JDO 3.0 javadoc">
-    <p>JDO 3.0 is the current release of the Apache JDO implementation of JSR-243.</p>
+    <p>JDO 3.0 is the Apache JDO implementation of JSR-243.</p>
     <p><a href="api30/apidocs/index.html">Browse JDO 3.0 javadoc online</a></p>
     <p><a href="api30/apidocs.zip">Download JDO 3.0 javadoc</a></p>
 </section>

Modified: db/jdo/site/src/site/xdoc/tck.xml
URL: http://svn.apache.org/viewvc/db/jdo/site/src/site/xdoc/tck.xml?rev=1668144&r1=1668143&r2=1668144&view=diff
==============================================================================
--- db/jdo/site/src/site/xdoc/tck.xml (original)
+++ db/jdo/site/src/site/xdoc/tck.xml Fri Mar 20 20:39:26 2015
@@ -49,10 +49,10 @@ limitations under the License.
         </li>
         <li>
         Follow the instructions in the Prerequisites section of 
-        <a href="http://svn.apache.org/viewcvs.cgi/*checkout*/db/jdo/branches/3.1-rc1/README.html">README.html</a>.
+        <a href="http://svn.apache.org/viewcvs.cgi/*checkout*/db/jdo/branches/3.1/README.html">README.html</a>.
         </li>
         <li>
-        Follow the procedure in <a href="http://svn.apache.org/viewcvs.cgi/*checkout*/db/jdo/branches/3.1-rc1/tck/RunRules.html">RunRules.html</a> in the tck directory.
+        Follow the procedure in <a href="http://svn.apache.org/viewcvs.cgi/*checkout*/db/jdo/branches/3.1/tck/RunRules.html">RunRules.html</a> in the tck directory.
         </li>
     </ol>
 </section>