You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/03/27 10:53:09 UTC

[cxf] 02/03: Upgrade to Jakarta Xml Ws 2.3.3

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 08410191bfd0133deaafa81138b74460defbd8ca
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Mar 27 12:31:58 2020 +0300

    Upgrade to Jakarta Xml Ws 2.3.3
---
 distribution/manifest/pom.xml                                        | 2 +-
 distribution/pom.xml                                                 | 2 +-
 distribution/src/main/release/samples/pom.xml                        | 2 +-
 maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml   | 2 +-
 maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml           | 2 +-
 maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml | 2 +-
 parent/pom.xml                                                       | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index 17a7ef3..e9191a8 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -340,7 +340,7 @@
         <dependency>
             <groupId>jakarta.xml.ws</groupId>
             <artifactId>jakarta.xml.ws-api</artifactId>
-            <version>2.3.2</version>
+            <version>2.3.3</version>
         </dependency>
         <dependency>
             <groupId>jakarta.xml.bind</groupId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 89d8f4f..2579baf 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -425,7 +425,7 @@
         <dependency>
             <groupId>jakarta.xml.ws</groupId>
             <artifactId>jakarta.xml.ws-api</artifactId>
-            <version>2.3.2</version>
+            <version>2.3.3</version>
         </dependency>
         <dependency>
             <groupId>jakarta.xml.bind</groupId>
diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index f8952a0..4fe72cb 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -263,7 +263,7 @@
                 <dependency>
                     <groupId>jakarta.xml.ws</groupId>
                     <artifactId>jakarta.xml.ws-api</artifactId>
-                    <version>2.3.2</version>
+                    <version>2.3.3</version>
                 </dependency>
                 <dependency>
                     <groupId>jakarta.activation</groupId>
diff --git a/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml b/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml
index 9cfb2cd..4bfb146 100644
--- a/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml
+++ b/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml
@@ -125,7 +125,7 @@
           <dependency>
             <groupId>jakarta.xml.ws</groupId>
             <artifactId>jakarta.xml.ws-api</artifactId>
-            <version>2.3.2</version>
+            <version>2.3.3</version>
           </dependency>
           <dependency>
             <groupId>jakarta.jws</groupId>
diff --git a/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml b/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml
index 1c4ebb8..f3d5ffb 100644
--- a/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml
+++ b/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml
@@ -86,7 +86,7 @@
                 <dependency>
                     <groupId>jakarta.xml.ws</groupId>
                     <artifactId>jakarta.xml.ws-api</artifactId>
-                    <version>2.3.2</version>
+                    <version>2.3.3</version>
                 </dependency>
                 <dependency>
                     <groupId>javax.activation</groupId>
diff --git a/maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml b/maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml
index 0888105..29e3966 100644
--- a/maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml
+++ b/maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml
@@ -88,7 +88,7 @@
                 <dependency>
                     <groupId>jakarta.xml.ws</groupId>
                     <artifactId>jakarta.xml.ws-api</artifactId>
-                    <version>2.3.2</version>
+                    <version>2.3.3</version>
                 </dependency>
                 <dependency>
                     <groupId>javax.activation</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 084fffa..079bb40 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2854,7 +2854,7 @@
                 <dependency>
                     <groupId>jakarta.xml.ws</groupId>
                     <artifactId>jakarta.xml.ws-api</artifactId>
-                    <version>2.3.2</version>
+                    <version>2.3.3</version>
                 </dependency>
                 <dependency>
                     <groupId>com.sun.activation</groupId>