diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 21a09cf..0680fda 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 Contributors to the Eclipse Foundation +// Copyright (c) 2018,2019 Contributors to the Eclipse Foundation // // See the NOTICE file(s) distributed with this work for additional // information regarding copyright ownership. @@ -24,8 +24,8 @@ Do you want to contribute to this project? Here is what you can do: * Fork the repository, make changes, then do a pull request. ** Remember to https://help.github.com/articles/signing-commits/[sign your commits] ** Make sure you have signed the https://www.eclipse.org/legal/ECA.php[Eclipse Contributor Agreement] -* https://github.com/eclipse/microprofile-concurrency/issues[Create or fix an issue]. -* https://gitter.im/eclipse/microprofile-concurrency[Join us on Gitter to discuss this project]. +* https://github.com/eclipse/microprofile-context-propagation/issues[Create or fix an issue]. +* https://gitter.im/eclipse/microprofile-context-propagation[Join us on Gitter to discuss this project]. * Join our https://calendar.google.com/calendar/embed?src=gbnbc373ga40n0tvbl88nkc3r4%40group.calendar.google.com[weekly meeting] on Thursdays at https://www.timeanddate.com/time/map/[14h30 GMT]. ** https://docs.google.com/document/d/1WWyBjtGxZAwIKHvM6wjjY8nQ_x9Cc7WnvMosGuwodG4/edit[Minutes and Agenda]. ** https://eclipse.zoom.us/j/949859967[Meeting room]. diff --git a/README.adoc b/README.adoc index c1b0698..2f4da4a 100644 --- a/README.adoc +++ b/README.adoc @@ -18,8 +18,8 @@ // image:https://badges.gitter.im/eclipse/microprofile-concurrency.svg[link="https://gitter.im/eclipse/microprofile-concurrency"] -[[microprofile-concurrency]] -MicroProfile Concurrency +[[microprofile-context-propagation]] +MicroProfile Context Propagation ------------------------ :toc: @@ -169,7 +169,7 @@ The thread context provider SPI is defined to bridge the gap, allowing any provider of thread context to publish and make available the type of thread context it supports, following a standard and predictable pattern that can be relied upon by a -MicroProfile Concurrency implementation, enabling it to +MicroProfile Context Propagation implementation, enabling it to facilitate the inclusion of any generic thread context alongside the spec defined thread context types that it captures and propagates. diff --git a/api/pom.xml b/api/pom.xml index 244154a..1fda67e 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -18,17 +18,17 @@ 4.0.0 - org.eclipse.microprofile.concurrency - microprofile-concurrency-parent + org.eclipse.microprofile.context-propagation + microprofile-context-propagation-parent 1.0-SNAPSHOT - microprofile-concurrency-api + microprofile-context-propagation-api jar 1.0-SNAPSHOT - MicroProfile Concurrency - MicroProfile Concurrency :: API + MicroProfile Context Propagation + MicroProfile Context Propagation :: API diff --git a/pom.xml b/pom.xml index b49de26..8e4093c 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ 4.0.0 - org.eclipse.microprofile.concurrency - microprofile-concurrency-parent + org.eclipse.microprofile.context-propagation + microprofile-context-propagation-parent pom 1.0-SNAPSHOT - MicroProfile Concurrency - Eclipse MicroProfile Concurrency :: Parent POM + MicroProfile Context Propagation + Eclipse MicroProfile Context Propagation :: Parent POM http://microprofile.io @@ -56,13 +56,13 @@ GitHub - https://github.com/eclipse/microprofile-concurrency/issues + https://github.com/eclipse/microprofile-context-propagation/issues - scm:git:https://github.com/eclipse/microprofile-concurrency.git - scm:git:git@github.com:eclipse/microprofile-concurrency.git - https://github.com/eclipse/microprofile-concurrency + scm:git:https://github.com/eclipse/microprofile-context-propagation.git + scm:git:git@github.com:eclipse/microprofile-context-propagation.git + https://github.com/eclipse/microprofile-context-propagation HEAD diff --git a/spec/pom.xml b/spec/pom.xml index 9de6dd7..63de031 100644 --- a/spec/pom.xml +++ b/spec/pom.xml @@ -1,6 +1,6 @@