Skip to content

Commit 77e8d24

Browse files
authored
Update README.md
1 parent 817010b commit 77e8d24

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[![Build Status](https://travis-ci.org/eclipse-ee4j/jsonp.svg?branch=master)](https://travis-ci.org/eclipse-ee4j/jsonp)
22

3-
# JSON Processing (JSON-P)
3+
# Jakarta JSON Processing (JSON-P)
44

5-
This projects contains API and Reference Implementation (RI) of JSR-374.
6-
The Java API for JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents.
5+
Jakarta API for JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents. The project is an evolution of [JSR-374](https://jcp.org/en/jsr/detail?id=374) under Jakarta EE umbrella.
76

87
## Build
98

@@ -19,5 +18,5 @@ mvn -U -C clean install -Dnon.final=true
1918

2019
## Links
2120

22-
- JSON-P official web site: https://javaee.github.io/jsonp
23-
- JSR-374 page on JCP site: https://jcp.org/en/jsr/detail?id=374
21+
- Official [web site](https://eclipse-ee4j.github.io/jsonp/)
22+
- [Eclipse Project](https://projects.eclipse.org/projects/ee4j.jsonp/)

0 commit comments

Comments
 (0)