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 23:00:41 UTC

[cxf] branch 3.3.x-fixes 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 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.3.x-fixes by this push:
     new 2feebc9  [CXF-8194] Update MP RestClient to 1.4.0
2feebc9 is described below

commit 2feebc95ad5bb522864aa2b06b5e2a0e0526e550
Author: Andy McCright <j....@gmail.com>
AuthorDate: Tue Feb 11 17:00:18 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 5080a93..a69a035 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -161,7 +161,7 @@
         <cxf.lucene.version>4.9.1</cxf.lucene.version>
         <cxf.maven.core.version>3.6.2</cxf.maven.core.version>
         <cxf.microprofile.config.version>1.1</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.mina.version>2.0.21</cxf.mina.version>
         <cxf.mockito.version>2.28.1</cxf.mockito.version>
         <cxf.msv.version>2013.6.1</cxf.msv.version>