You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/01/03 18:28:09 UTC

[cxf] branch master updated: Update to Microprofile Rest Client API 2.0

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 88907f1  Update to Microprofile Rest Client API 2.0
88907f1 is described below

commit 88907f141ee80792627da3cc7846d1562f6c0238
Author: reta <dr...@gmail.com>
AuthorDate: Sun Jan 3 13:27:48 2021 -0500

    Update to Microprofile Rest Client API 2.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 61d810a..7f5edc4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -165,7 +165,7 @@
         <cxf.maven.core.version>3.6.3</cxf.maven.core.version>
         <cxf.micrometer.version>1.6.2</cxf.micrometer.version>
         <cxf.microprofile.config.version>2.0</cxf.microprofile.config.version>
-        <cxf.microprofile.rest.client.version>2.0-RC3</cxf.microprofile.rest.client.version>
+        <cxf.microprofile.rest.client.version>2.0</cxf.microprofile.rest.client.version>
         <cxf.microprofile.openapi.version>2.0</cxf.microprofile.openapi.version>
         <cxf.mina.version>2.1.3</cxf.mina.version>
         <cxf.mockito.version>3.4.6</cxf.mockito.version>