Skip to content

Commit

Permalink
add some useful links to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking authored and lukasj committed Dec 15, 2023
1 parent 53c86e6 commit f11d5b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<https://jakartaee.github.io/persistence/>

In particular, the last drafts of the specification are available in
[PDF][] and [HTML][] format, along with [Javadoc API documentation][API].


## License

Expand All @@ -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).
3 changes: 2 additions & 1 deletion spec/src/main/asciidoc/ch01-introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f11d5b6

Please sign in to comment.