You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2019/09/07 13:25:55 UTC

[cxf] branch master updated: [CXF-8110] Update to Jakarta RESTful Web Services API 2.1.6

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

deki 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 f0ad8c3  [CXF-8110] Update to Jakarta RESTful Web Services API 2.1.6
f0ad8c3 is described below

commit f0ad8c3079c37c7f1b9eaf0be0ee42ff5ddf5325
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Sat Sep 7 15:25:34 2019 +0200

    [CXF-8110] Update to Jakarta RESTful Web Services API 2.1.6
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 78cd012..0ec8a57 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -137,7 +137,7 @@
         <cxf.javassist.version>3.25.0-GA</cxf.javassist.version>
         <cxf.javax.annotation-api.version>1.3.2</cxf.javax.annotation-api.version>
         <cxf.javax.el.version>3.0.0</cxf.javax.el.version>
-        <cxf.javax.ws.rs.version>2.1.5</cxf.javax.ws.rs.version>
+        <cxf.javax.ws.rs.version>2.1.6</cxf.javax.ws.rs.version>
         <cxf.jaxb.runtime.version>${cxf.jaxb.version}</cxf.jaxb.runtime.version>
         <cxf.jaxb.version>2.3.2</cxf.jaxb.version>
         <cxf.jaxb.xjc.version>${cxf.jaxb.version}</cxf.jaxb.xjc.version>