diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1bb096a9f..64e8a91e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to Eclipse Project for JAX-RS +# Contributing to Jakarta RESTful Web Services Thanks for your interest in this project. diff --git a/NOTICE.md b/NOTICE.md index c258ea4c7..43322e167 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1,13 +1,13 @@ # Notices for Eclipse Project for JAX-RS -This content is produced and maintained by the Eclipse Project for JAX-RS +This content is produced and maintained by the **Jakarta RESTful Web Services** project. * Project home: https://projects.eclipse.org/projects/ee4j.jaxrs ## Trademarks -Eclipse Project for JAX-RS is a trademark of the Eclipse Foundation. +**Jakarta RESTful Web Services** is a trademark of the Eclipse Foundation. ## Copyright diff --git a/README.md b/README.md index 34d5ae858..801531325 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ --- -# JAX-RS API [![Build Status](https://travis-ci.org/eclipse-ee4j/jaxrs-api.svg?branch=master)](https://travis-ci.org/eclipse-ee4j/jaxrs-api) +# Jakarta RESTful Web Services [![Build Status](https://travis-ci.org/eclipse-ee4j/jaxrs-api.svg?branch=master)](https://travis-ci.org/eclipse-ee4j/jaxrs-api) -This repository contains JAX-RS API source code. +**Jakarta RESTful Web Services** provides a specification document, TCK and foundational API to develop web services following the Representational State Transfer (REST) architectural pattern. diff --git a/jaxrs-api/pom.xml b/jaxrs-api/pom.xml index 065fdca93..d18577322 100644 --- a/jaxrs-api/pom.xml +++ b/jaxrs-api/pom.xml @@ -25,7 +25,7 @@ 2.1.6-SNAPSHOT bundle javax.ws.rs-api - Java API for RESTful Web Services + Jakarta RESTful Web Services https://github.com/eclipse-ee4j/jaxrs-api @@ -449,7 +449,7 @@ <_failok>true ${buildNumber} - Java API for RESTful Web Services (JAX-RS) + Jakarta RESTful Web Services API (JAX-RS) ${spec.bundle.version} jakarta.ws.rs-api * diff --git a/jaxrs-api/src/main/javadoc/overview.html b/jaxrs-api/src/main/javadoc/overview.html index bb05ed418..63efeb943 100644 --- a/jaxrs-api/src/main/javadoc/overview.html +++ b/jaxrs-api/src/main/javadoc/overview.html @@ -18,8 +18,8 @@ -

The Java API for RESTful Web Services provides portable APIs for developing, exposing and accessing - Web applications designed and implemented in compliance with principles of REST architectural style.

+

Jakarta RESTful Web Services provides a specification document, TCK and foundational API to develop web services + following the Representational State Transfer (REST) architectural pattern.

Web resources