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 2020/01/09 11:23:31 UTC

[cxf] branch CXF-7910_jakarta_jaxws-api updated: CXF-7910: align saaj-impl for samples with version from parent pom

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 49d34cf  CXF-7910: align saaj-impl for samples with version from parent pom
49d34cf is described below

commit 49d34cf3a1583932779d39766b055bf49359da53
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Thu Jan 9 12:22:53 2020 +0100

    CXF-7910: align saaj-impl for samples with version from parent pom
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 7a91310..138a0a2 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -278,7 +278,7 @@
                 <dependency>
                     <groupId>com.sun.xml.messaging.saaj</groupId>
                     <artifactId>saaj-impl</artifactId>
-                    <version>1.5.1</version>
+                    <version>1.3.23</version>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.geronimo.specs</groupId>