You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by an...@apache.org on 2019/02/23 08:42:20 UTC

[db-jdo] branch master updated: Add JIRA link

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

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


The following commit(s) were added to refs/heads/master by this push:
     new af4cd3d  Add JIRA link
af4cd3d is described below

commit af4cd3d1235c57db40f05a14f447c425b023bf52
Author: Andy Jefferson <an...@datanucleus.org>
AuthorDate: Sat Feb 23 08:42:17 2019 +0000

    Add JIRA link
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index abc60e2..523377a 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,14 @@ The Apache JDO project includes the following subprojects:
 * [parent-pom](https://github.com/apache/db-jdo/tree/master/parent-pom) contains the Maven `pom.xml` that ties the projects together.
 * [specification](https://github.com/apache/db-jdo/tree/master/specification) contains the JDO API specification, in OpenDocument format.
 
-JDO releases may be downloaded from [the Apache JDO downloads page](http://db.apache.org/jdo/downloads.html).
+Apache JDO releases may be downloaded from [the Apache JDO downloads page](http://db.apache.org/jdo/downloads.html).
 Minor updates of releases are only available as source from the GitHub repository.
 Follow the instructions [below](link:#building) to build the API from source.
 
 For complete rules for certifying a JDO implementation, see [RunRules.html](https://github.com/apache/db-jdo/blob/master/tck/RunRules.html) in the *tck* project directory.
 
+Raise any issues with the content of this project over in [Apache JIRA](https://issues.apache.org/jira/browse/JDO).
+
 
 ## Prerequisites