This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new da1bca5 Compatible version for geronimo metrics impl
da1bca5 is described below
commit da1bca51e48de065e94a9217390cb1f519195771
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Thu Mar 31 00:01:43 2022 +0200
Compatible version for geronimo metrics impl
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6cabf01..788e9be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,7 +237,7 @@
<microprofile.health.version>3.0-RC3</microprofile.health.version>
<microprofile.health.tck.version>4.0</microprofile.health.tck.version>
<microprofile.health.impl.version>2.0.1</microprofile.health.impl.version>
- <microprofile.metrics.version>3.0.1</microprofile.metrics.version>
+ <microprofile.metrics.version>1.1.1</microprofile.metrics.version>
<microprofile.metrics.tck.version>4.0.1</microprofile.metrics.tck.version>
<microprofile.metrics.impl.version>1.0.6</microprofile.metrics.impl.version>
<microprofile.rest-client.version>1.3.3</microprofile.rest-client.version>