diff --git a/README.md b/README.md index 87e44868..428dbf48 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,20 @@ [![Build Status](https://github.com/jakartaee/persistence/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/jakartaee/persistence/actions/workflows/maven.yml?branch=master) [![Jakarta Staging (Snapshots)](https://img.shields.io/nexus/s/https/jakarta.oss.sonatype.org/jakarta.persistence/jakarta.persistence-api.svg)](https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/) +[PDF]: https://jakartaee.github.io/persistence/latest/draft.pdf +[HTML]: https://jakartaee.github.io/persistence/latest/draft.html +[API]: https://jakartaee.github.io/persistence/latest/api/jakarta.persistence/module-summary.html Jakarta Persistence defines a standard for management of persistence and object/relational mapping in Java(R) environments. +Latest information and milestone builds may be found at: + + + +In particular, the last drafts of the specification are available in +[PDF][] and [HTML][] format, along with [Javadoc API documentation][API]. + ## License @@ -39,5 +49,5 @@ the license text included in every source file. ## Contributing -We use [contribution policy](CONTRIBUTING.md), which means we can only accept contributions under +We have a [contribution policy](CONTRIBUTING.md), which means we can only accept contributions under the terms of [Eclipse Contributor Agreement](http://www.eclipse.org/legal/ECA.php). diff --git a/spec/src/main/asciidoc/ch01-introduction.adoc b/spec/src/main/asciidoc/ch01-introduction.adoc index 22ba761d..4615a5db 100644 --- a/spec/src/main/asciidoc/ch01-introduction.adoc +++ b/spec/src/main/asciidoc/ch01-introduction.adoc @@ -35,7 +35,8 @@ a Java domain model to manage data held in a relational database. The Jakarta Persistence Specification incorporates work done over two decades by the EJB 3.0 expert group, the Java Persistence 2.0, 2.1, and 2.2 expert -groups, and by the Jakarta Persistence project at the Eclipse Foundation. +groups, under the aegis of the Java Community Process, and by the Jakarta +Persistence project at the Eclipse Foundation. === Document Conventions