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/08/14 19:52:41 UTC

[cxf] 02/09: [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

commit 5fd6e467773b092a0327fef64fd4c9e4cce5f6e1
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                                | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index f0a5960..8df6ab8 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -270,7 +270,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 562798c..5fbc372 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -225,7 +225,7 @@
         <cxf.aries.api.version>1.0.1</cxf.aries.api.version>
         <cxf.aries.core.version>1.10.2</cxf.aries.core.version>
         <cxf.aries.fly.version>1.2</cxf.aries.fly.version>
-        <cxf.aries.parser.version>1.6.0</cxf.aries.parser.version> 
+        <cxf.aries.parser.version>1.6.0</cxf.aries.parser.version>
         <cxf.aries.version.range>[1.0,2)</cxf.aries.version.range>
         <cxf.bcel.bundle.version>5.2_4</cxf.bcel.bundle.version>
         <cxf.cglib.osgi.version>[2.2.2,3.3)</cxf.cglib.osgi.version>
@@ -241,13 +241,13 @@
         <cxf.karaf.version>4.2.6</cxf.karaf.version>
         <cxf.oauth.bundle.version>20100527_1</cxf.oauth.bundle.version>
         <cxf.oro.bundle.version>2.0.8_6</cxf.oro.bundle.version>
-        <cxf.osgi.saaj.version>[1.3,2)</cxf.osgi.saaj.version>
+        <cxf.osgi.saaj.version>[1.4,2)</cxf.osgi.saaj.version>
         <cxf.osgi.version>5.0.0</cxf.osgi.version>
         <cxf.pax.exam.version>4.13.1</cxf.pax.exam.version>
         <cxf.pax.logging.version>1.6.0</cxf.pax.logging.version>
         <cxf.reflections.bundle.version>0.9.11_2</cxf.reflections.bundle.version>
         <cxf.rhino.bundle.version>1.7R2_3</cxf.rhino.bundle.version>
-        <cxf.saaj-impl.bundle.version>1.3.23_2</cxf.saaj-impl.bundle.version>
+        <cxf.saaj-impl.bundle.version>1.4.0_1</cxf.saaj-impl.bundle.version>
         <cxf.servicemix.aspectj.version>1.9.1_1</cxf.servicemix.aspectj.version>
         <cxf.servicemix.cglib.version>3.2.12_1</cxf.servicemix.cglib.version>
         <cxf.servicemix.javax.el.version>3.0.0_1</cxf.servicemix.javax.el.version>
@@ -2848,7 +2848,7 @@
                 <dependency>
                     <groupId>com.sun.xml.messaging.saaj</groupId>
                     <artifactId>saaj-impl</artifactId>
-                    <version>1.4.0-b03</version>
+                    <version>1.4.0</version>
                     <exclusions>
                         <exclusion>
                             <groupId>javax.xml.stream</groupId>