From 9c1dd53aea0fea1af0c6cb53be137f25d43a2d4c Mon Sep 17 00:00:00 2001 From: Emily Jiang Date: Wed, 9 Nov 2022 18:46:33 +0000 Subject: [PATCH] Final tidyup for MP 6.0 release (#282) --- pom.xml | 32 ++++--------------- spec/src/main/asciidoc/architecture.asciidoc | 4 +-- spec/src/main/asciidoc/required-apis.asciidoc | 4 +-- 3 files changed, 10 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index 6658959..7bbd1bd 100644 --- a/pom.xml +++ b/pom.xml @@ -108,13 +108,13 @@ 3.0.2 - 4.0.1 + 4.0.2 4.0.1 - 5.0.0-RC3 - 2.1-RC5 - 3.1-RC4 + 5.0.0 + 2.1 + 3.1 3.0.1 - 1.0-RC3 + 1.0 @@ -138,7 +138,7 @@ - false + false org.osgi @@ -177,18 +177,6 @@ jakarta.platform jakarta.jakartaee-core-api ${jakarta-version} - org.eclipse.microprofile.config @@ -225,14 +213,6 @@ microprofile-rest-client-api ${rest-client-version} - - diff --git a/spec/src/main/asciidoc/architecture.asciidoc b/spec/src/main/asciidoc/architecture.asciidoc index 3cc8808..95f00a6 100644 --- a/spec/src/main/asciidoc/architecture.asciidoc +++ b/spec/src/main/asciidoc/architecture.asciidoc @@ -49,7 +49,7 @@ The complete list of MicroProfile 6.0 specifications includes: - https://jakarta.ee/specifications/coreprofile/10/[Jakarta EE 10 Core Profile] - https://github.com/eclipse/microprofile-config/releases/tag/3.0.2[MicroProfile Config 3.0] - https://github.com/eclipse/microprofile-fault-tolerance/releases/tag/4.0.2[MicroProfile Fault Tolerance 4.0] - - https://github.com/eclipse/microprofile-metrics/releases/tag/5.0[MicroProfile Metrics 5.0] + - https://github.com/eclipse/microprofile-metrics/releases/tag/5.0.0[MicroProfile Metrics 5.0] - https://github.com/eclipse/microprofile-health/releases/tag/4.0.1[MicroProfile Health 4.0] - https://github.com/eclipse/microprofile-telemetry/releases/tag/1.0[MicroProfile Telemetry 1.0] - https://github.com/eclipse/microprofile-open-api/releases/tag/3.1[MicroProfile OpenAPI 3.1] @@ -60,7 +60,7 @@ MicroProfile 6.0 has the following backward incompatible changes compared to Mic * https://download.eclipse.org/microprofile/microprofile-metrics-5.0.0/microprofile-metrics-spec-5.0.0.html#_incompatible_changes[MicroProfile Metrics Incompatible changes] * MicroProfile OpenTracing replaced by MicroProfile Telemetry -* Includes Jakarta EE 10 Core Profile instead of the five specifications in Jakarta EE 9.1 +* Includes Jakarta EE 10 Core Profile The Maven coordinates for this Eclipse release are as follows: [source,xml] diff --git a/spec/src/main/asciidoc/required-apis.asciidoc b/spec/src/main/asciidoc/required-apis.asciidoc index 55893b0..b869586 100644 --- a/spec/src/main/asciidoc/required-apis.asciidoc +++ b/spec/src/main/asciidoc/required-apis.asciidoc @@ -77,7 +77,7 @@ Key aspects of the API include TimeOut, RetryPolicy, Fallback, Bulkhead, and Cir Fault Tolerance 3.0 is now dependent on Jakarta EE 8 technologies. - http://microprofile.io/project/eclipse/microprofile-fault-tolerance - - https://github.com/eclipse/microprofile-fault-tolerance/releases/tag/4.0.1 + - https://github.com/eclipse/microprofile-fault-tolerance/releases/tag/4.0.2 [[mp-health-check]] === MicroProfile Health 4.0 @@ -103,7 +103,7 @@ MicroProfile Metrics provides a unified way for MicroProfile applications to exp Metrics will also provide a common Java API for exposing their telemetry data. - http://microprofile.io/project/eclipse/microprofile-metrics - - https://github.com/eclipse/microprofile-metrics/releases/tag/5.0 + - https://github.com/eclipse/microprofile-metrics/releases/tag/5.0.0 [[mp-open-api]] === MicroProfile OpenAPI 3.1