Skip to content

Commit

Permalink
Renamed project to 'Jakarta RESTful Web Services'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarg committed Jul 8, 2019
1 parent 1f7d7fa commit 9cc9255
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to Eclipse Project for JAX-RS
# Contributing to Jakarta RESTful Web Services

Thanks for your interest in this project.

Expand Down
4 changes: 2 additions & 2 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions jaxrs-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<version>2.1.6-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>javax.ws.rs-api</name>
<description>Java API for RESTful Web Services</description>
<description>Jakarta RESTful Web Services</description>

<url>https://github.com/eclipse-ee4j/jaxrs-api</url>

Expand Down Expand Up @@ -449,7 +449,7 @@
<instructions>
<_failok>true</_failok>
<Build-Id>${buildNumber}</Build-Id>
<Bundle-Description>Java API for RESTful Web Services (JAX-RS)</Bundle-Description>
<Bundle-Description>Jakarta RESTful Web Services API (JAX-RS)</Bundle-Description>
<Bundle-Version>${spec.bundle.version}</Bundle-Version>
<Bundle-SymbolicName>jakarta.ws.rs-api</Bundle-SymbolicName>
<DynamicImport-Package>*</DynamicImport-Package>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs-api/src/main/javadoc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<html xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
<body>
<p>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.</p>
<p>Jakarta RESTful Web Services provides a specification document, TCK and foundational API to develop web services
following the Representational State Transfer (REST) architectural pattern.</p>

<h2>Web resources</h2>

Expand Down

0 comments on commit 9cc9255

Please sign in to comment.