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/01/13 11:29:18 UTC

[cxf] branch CXF-7910_jakarta_jaxws-api updated: [CXF-7910] Update SAAJ Impl to 1.4

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

deki pushed a commit to branch CXF-7910_jakarta_jaxws-api
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/CXF-7910_jakarta_jaxws-api by this push:
     new 2e34a18  [CXF-7910] Update SAAJ Impl to 1.4
2e34a18 is described below

commit 2e34a1865531cd9536aab85790067ff8a2ccfb4c
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Sun Jan 13 12:28:55 2019 +0100

    [CXF-7910] Update SAAJ Impl to 1.4
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index f33410d..e30cebd 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -257,7 +257,7 @@
                 <dependency>
                     <groupId>com.sun.xml.messaging.saaj</groupId>
                     <artifactId>saaj-impl</artifactId>
-                    <version>1.4.0-b03</version>
+                    <version>1.4.0</version>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.geronimo.specs</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 32b4e63..e3699a8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -207,8 +207,8 @@
         <cxf.servicemix.jaxrs.specs.version>2.9.1</cxf.servicemix.jaxrs.specs.version>
         <cxf.javax.mail.version>1.4.4</cxf.javax.mail.version>
         <cxf.jaxb.bundle.version>2.3.0</cxf.jaxb.bundle.version>
-        <cxf.saaj-impl.bundle.version>1.3.23_2</cxf.saaj-impl.bundle.version>
-        <cxf.osgi.saaj.version>[1.3,2)</cxf.osgi.saaj.version>
+        <cxf.saaj-impl.bundle.version>1.4.0_1</cxf.saaj-impl.bundle.version>
+        <cxf.osgi.saaj.version>[1.4,2)</cxf.osgi.saaj.version>
         <cxf.stax-ex.version>1.7.6</cxf.stax-ex.version>
         <cxf.wsdl4j.bundle.version>1.6.3_1</cxf.wsdl4j.bundle.version>
         <cxf.xmlsec.bundle.version>2.1.2</cxf.xmlsec.bundle.version>
@@ -2836,7 +2836,7 @@
                 <dependency>
                     <groupId>com.sun.xml.messaging.saaj</groupId>
                     <artifactId>saaj-impl</artifactId>
-                    <version>1.4.0-b03</version>
+                    <version>1.4.0</version>
                 </dependency>
                 <dependency>
                     <groupId>org.jacorb</groupId>