You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2021/06/08 08:57:33 UTC

[cxf] branch 3.4.x-fixes updated: CXF-8551 - Fix for incorrect jws-api version in CXF manifest jar

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

coheigea pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new e2993f2  CXF-8551 - Fix for incorrect jws-api version in CXF manifest jar
e2993f2 is described below

commit e2993f2158e8191b56165a96d14828008b7b1551
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jun 8 09:56:12 2021 +0100

    CXF-8551 - Fix for incorrect jws-api version in CXF manifest jar
    
    (cherry picked from commit fe96f67d273680c711b940a9ac4c6a369243a5c5)
---
 distribution/manifest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index 6fdb195..71a5da7 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -349,7 +349,7 @@
         <dependency>
             <groupId>jakarta.jws</groupId>
             <artifactId>jakarta.jws-api</artifactId>
-            <version>1.1.1</version>
+            <version>2.1.0</version>
         </dependency>
         <dependency>
             <groupId>jakarta.xml.soap</groupId>