This is an automated email from the ASF dual-hosted git repository.

mbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git


The following commit(s) were added to refs/heads/master by this push:
     new db49904  JDO-779: Update downloads page
db49904 is described below

commit db499040605b9cde89e1621a0624fccdffae6224
Author: Michael Bouschen <michael.bousc...@akquinet.de>
AuthorDate: Tue Jun 23 23:06:37 2020 +0200

    JDO-779: Update downloads page
---
 docs/downloads.html              | 5 ++---
 src/main/asciidoc/downloads.adoc | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/docs/downloads.html b/docs/downloads.html
index e39a85d..f7a5d3c 100644
--- a/docs/downloads.html
+++ b/docs/downloads.html
@@ -335,8 +335,7 @@ the only artifact needed for users who wish to compile 
their programs
 using the JDO API. It can be downloaded automatically by maven and
 placed into the local maven repository if you include the proper
 dependency in your maven project definition. Use groupId javax.jdo,
-artifactId jdo-api, version 3.0, and define your remote repository as
-<a href="http://www.ibiblio.org/maven"; 
class="bare">http://www.ibiblio.org/maven</a>. Alternatively, it can be 
downloaded
+artifactId jdo-ap and version 3.1. Alternatively, it can be downloaded
 manually and put into a location of your choice.</p>
 </li>
 <li>
@@ -358,7 +357,7 @@ directory. This will preserve the source dependencies among 
the
 projects.</p>
 </div>
 <div class="paragraph">
-<p>See <a href="svn.html">Source Code Version Control</a> for information about
+<p>See <a href="source-code.html">Source Code Version Control</a> for 
information about
 downloading the latest source code for all of the JDO projects.</p>
 </div>
 </div>
diff --git a/src/main/asciidoc/downloads.adoc b/src/main/asciidoc/downloads.adoc
index 4c1a226..272cc71 100644
--- a/src/main/asciidoc/downloads.adoc
+++ b/src/main/asciidoc/downloads.adoc
@@ -29,8 +29,7 @@ the only artifact needed for users who wish to compile their 
programs
 using the JDO API. It can be downloaded automatically by maven and
 placed into the local maven repository if you include the proper
 dependency in your maven project definition. Use groupId javax.jdo,
-artifactId jdo-api, version 3.0, and define your remote repository as
-http://www.ibiblio.org/maven. Alternatively, it can be downloaded
+artifactId jdo-ap and version 3.1. Alternatively, it can be downloaded
 manually and put into a location of your choice.
 * The tck project contains the JDO Technology Compatibility Kit. The
 source distribution is the only artifact needed to be downloaded by the
@@ -45,6 +44,6 @@ downloading multiple source packages, extract them all into 
the same
 directory. This will preserve the source dependencies among the
 projects.
 
-See link:svn.html[Source Code Version Control] for information about
+See link:source-code.html[Source Code Version Control] for information about
 downloading the latest source code for all of the JDO projects.
 

Reply via email to