You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by am...@apache.org on 2020/02/11 22:56:37 UTC

[cxf] branch master updated: [CXF-8194] Update MP RestClient to 1.4.0

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

amccright 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 ce50414  [CXF-8194] Update MP RestClient to 1.4.0
ce50414 is described below

commit ce504146b81a2ffb2e8cda36d8bdf8486730e485
Author: Andy McCright <j....@gmail.com>
AuthorDate: Tue Feb 11 16:56:16 2020 -0600

    [CXF-8194] Update MP RestClient to 1.4.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 03f44d7..d60d1e5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -164,7 +164,7 @@
         <cxf.lucene.version>8.2.0</cxf.lucene.version>
         <cxf.maven.core.version>3.6.2</cxf.maven.core.version>
         <cxf.microprofile.config.version>1.2</cxf.microprofile.config.version>
-        <cxf.microprofile.rest.client.version>1.4-RC1</cxf.microprofile.rest.client.version>
+        <cxf.microprofile.rest.client.version>1.4.0</cxf.microprofile.rest.client.version>
         <cxf.microprofile.openapi.version>1.1.2</cxf.microprofile.openapi.version>        
         <cxf.mina.version>2.0.21</cxf.mina.version>
         <cxf.mockito.version>3.1.0</cxf.mockito.version>