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 2023/02/08 17:10:45 UTC

[cxf] branch coheigea/CXF-8818 created (now 9d046892b5)

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

coheigea pushed a change to branch coheigea/CXF-8818
in repository https://gitbox.apache.org/repos/asf/cxf.git


      at 9d046892b5 CXF-8818 - wsdl2java fails in 4.0.0 due to incorrect versions in Manifest

This branch includes the following new commits:

     new 9d046892b5 CXF-8818 - wsdl2java fails in 4.0.0 due to incorrect versions in Manifest

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[cxf] 01/01: CXF-8818 - wsdl2java fails in 4.0.0 due to incorrect versions in Manifest

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9d046892b5da00c0bd6647804f21498697827949
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Feb 8 17:10:14 2023 +0000

    CXF-8818 - wsdl2java fails in 4.0.0 due to incorrect versions in Manifest
---
 distribution/manifest/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index 23c696bdb9..689b1c2a33 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -320,7 +320,7 @@
         <dependency>
             <groupId>jakarta.xml.ws</groupId>
             <artifactId>jakarta.xml.ws-api</artifactId>
-            <version>2.3.3</version>
+            <version>${cxf.jakarta.wsapi.version}</version>
         </dependency>
         <dependency>
             <groupId>jakarta.xml.bind</groupId>
@@ -329,12 +329,12 @@
         <dependency>
             <groupId>jakarta.jws</groupId>
             <artifactId>jakarta.jws-api</artifactId>
-            <version>2.1.0</version>
+            <version>${cxf.jakarta.jwsapi.version}</version>
         </dependency>
         <dependency>
             <groupId>jakarta.xml.soap</groupId>
             <artifactId>jakarta.xml.soap-api</artifactId>
-            <version>1.4.2</version>
+            <version>${cxf.jakarta.soapapi.version}</version>
         </dependency>
     </dependencies>
     <build>