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:46 UTC

[cxf] 07/09: update saaj-impl to ee4j release version

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 00a83132af1d549508159d503aa6b171c8607341
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Tue Jan 29 11:02:36 2019 +0100

    update saaj-impl to ee4j release version
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 0a17c69..9560ada 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</version>
+                    <version>1.5.1</version>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.geronimo.specs</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 226eb87..5f5aa96 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2853,7 +2853,7 @@
                 <dependency>
                     <groupId>com.sun.xml.messaging.saaj</groupId>
                     <artifactId>saaj-impl</artifactId>
-                    <version>1.4.0</version>
+                    <version>1.5.1</version>
                     <exclusions>
                         <exclusion>
                             <groupId>javax.xml.stream</groupId>