Repository: tomee Updated Branches: refs/heads/master c8860c869 -> 67e745be3
Upgrade MicroProfile dependencies Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/67e745be Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/67e745be Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/67e745be Branch: refs/heads/master Commit: 67e745be340edb39cb7cb4b907b7b45dae4d23db Parents: c8860c8 Author: Jean-Louis Monteiro <[email protected]> Authored: Fri Dec 28 08:55:29 2018 +0100 Committer: Jean-Louis Monteiro <[email protected]> Committed: Fri Dec 28 08:55:29 2018 +0100 ---------------------------------------------------------------------- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/67e745be/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d431bf9..76832f6 100644 --- a/pom.xml +++ b/pom.xml @@ -198,22 +198,22 @@ <!-- Micro Profile --> <microprofile.version>2.0</microprofile.version> <microprofile.config.version>1.3</microprofile.config.version> - <microprofile.config.impl.version>1.2</microprofile.config.impl.version> + <microprofile.config.impl.version>1.2.1</microprofile.config.impl.version> <microprofile.jwt.version>1.1.1</microprofile.jwt.version> <microprofile.jwt.impl.version>${project.version}</microprofile.jwt.impl.version> <!-- 1.1 Implementation not started yet --> <microprofile.fault-tolerance.version>1.0</microprofile.fault-tolerance.version> - <microprofile.fault-tolerance.impl.version>1.1-SNAPSHOT</microprofile.fault-tolerance.impl.version> + <microprofile.fault-tolerance.impl.version>1.2.0</microprofile.fault-tolerance.impl.version> <microprofile.health.version>1.0</microprofile.health.version> - <microprofile.health.impl.version>1.0.0</microprofile.health.impl.version> + <microprofile.health.impl.version>1.0.1</microprofile.health.impl.version> <microprofile.metrics.version>1.1</microprofile.metrics.version> - <microprofile.metrics.impl.version>1.0.0</microprofile.metrics.impl.version> + <microprofile.metrics.impl.version>1.0.1</microprofile.metrics.impl.version> <microprofile.rest-client.version>1.1</microprofile.rest-client.version> <microprofile.rest-client.impl.version>${cxf.version}</microprofile.rest-client.impl.version> <microprofile.openapi.version>1.0.1</microprofile.openapi.version> - <microprofile.openapi.impl.version>1.0.1</microprofile.openapi.impl.version> + <microprofile.openapi.impl.version>1.0.2</microprofile.openapi.impl.version> <microprofile.opentracing.version>1.1</microprofile.opentracing.version> - <microprofile.opentracing.impl.version>1.0.0</microprofile.opentracing.impl.version> + <microprofile.opentracing.impl.version>1.0.1</microprofile.opentracing.impl.version> <opentracing.api>0.31.0</opentracing.api> <!-- Jackson required by OpenAPI Impl -->
