issue #33 Update Scope Statement for Jakarta Common Annotations Project (#39)
Signed-off-by: Raymond Augé <raymond.auge@liferay.com>
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2bfebb6..52abd61 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,11 +1,12 @@
-# Contributing to Eclipse Project for Common Annotations
+# Contributing to Jakarta Annotations
Thanks for your interest in this project.
## Project description
-Annotations for common semantic concepts in the J2SE and J2EE platforms that
-apply across a variety of individual technologies.
+**Jakarta Annotations** defines a collection of annotations representing common
+semantic concepts that enable a declarative style of programming that applies
+across a variety of Java technologies.
* https://projects.eclipse.org/projects/ee4j.ca
@@ -40,5 +41,4 @@
Contact the project developers via the project's "dev" list.
- *
-
+ * https://accounts.eclipse.org/mailing-list/ca-dev
\ No newline at end of file
diff --git a/NOTICE.md b/NOTICE.md
index 0279259..7c5f8ef 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -1,13 +1,15 @@
-# Notices for Eclipse Project for Common Annotations
+# Notices for Jakarta Annotations
-This content is produced and maintained by the Eclipse Project for Common
-Annotations project.
+This content is produced and maintained by the Jakarta Annotations project.
* Project home: https://projects.eclipse.org/projects/ee4j.ca
## Trademarks
-Eclipse Project for Common Annotations is a trademark of the Eclipse Foundation.
+Jakarta Annotations is a trademark of the Eclipse Foundation.
+
+Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other
+names may be trademarks of their respective owners.
## Declared Project Licenses
diff --git a/README.md b/README.md
index 25ce216..8ffada3 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,10 @@
-# Java(TM) Common Annotations [](https://travis-ci.org/eclipse-ee4j/common-annotations-api)
+# Jakarta Annotations [](https://travis-ci.org/eclipse-ee4j/common-annotations-api)
-The intention of Java(TM) Common Annotations is to develop annotations for common semantic
-concepts in the Java SE and Java EE platforms that apply across a variety of individual
-technologies. It was envisioned that various JSRs would use annotations to enable a declarative
-style of programming. It would be especially valuable to have consistency within the Java EE
-component JSRs, but it is also valuable to allow consistency between Java EE and Java SE.
+**Jakarta Annotations** defines a collection of annotations representing common
+semantic concepts that enable a declarative style of programming that applies
+across a variety of Java technologies.
-This standalone release of Java(TM) Common Annotations uses a
+This standalone release of Jakarta Annotations uses a
[Java Platform Module System](http://openjdk.java.net/projects/jigsaw/spec/)
"automatic" module name of `java.annotation`, to match the module name
used in JDK 9. A future version will include full module metadata.
diff --git a/pom.xml b/pom.xml
index 131f86f..c67446d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2012, 2019 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
@@ -69,5 +69,4 @@
<distribution>repo</distribution>
</license>
</licenses>
-
</project>