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

[cxf] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/cxf.git


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

commit fe96f67d273680c711b940a9ac4c6a369243a5c5
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
---
 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 5d33067..5597c24 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>