You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/07/27 01:11:53 UTC

[cxf] branch 3.4.x-fixes updated (5725595f10 -> f73ace50e2)

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

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


    from 5725595f10 Recording .gitmergeinfo Changes
     new c49c6d3fc5 Update maven-install-plugin to 3.0.1
     new f73ace50e2 Recording .gitmergeinfo Changes

The 2 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.


Summary of changes:
 .gitmergeinfo                                                          | 1 +
 maven-plugins/codegen-plugin/pom.xml                                   | 1 +
 maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml   | 3 ++-
 maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml             | 3 ++-
 maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml   | 3 ++-
 maven-plugins/wadl2java-plugin/src/it/wadl-generate-rx/pom.xml         | 3 ++-
 maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml | 3 ++-
 pom.xml                                                                | 2 +-
 8 files changed, 13 insertions(+), 6 deletions(-)


[cxf] 01/02: Update maven-install-plugin to 3.0.1

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

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

commit c49c6d3fc5597c076ceecacb28160d945d5e9156
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Jul 26 17:51:44 2022 -0400

    Update maven-install-plugin to 3.0.1
    
    (cherry picked from commit 075af651ac67ad6785d695880176b3a2c7bcfbb8)
    (cherry picked from commit 23ff642104d2d75f96e755fcc0c50e0f35096176)
    (cherry picked from commit bff73b532da4c37360fc1c761e91634099f4467a)
---
 maven-plugins/codegen-plugin/pom.xml                                   | 1 +
 maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml   | 3 ++-
 maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml             | 3 ++-
 maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml   | 3 ++-
 maven-plugins/wadl2java-plugin/src/it/wadl-generate-rx/pom.xml         | 3 ++-
 maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml | 3 ++-
 pom.xml                                                                | 2 +-
 7 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/maven-plugins/codegen-plugin/pom.xml b/maven-plugins/codegen-plugin/pom.xml
index 45650518d0..a2196ffbab 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -151,6 +151,7 @@
                 </executions>
             </plugin>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-install-plugin</artifactId>
                 <executions>
                     <execution>
diff --git a/maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml b/maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml
index 40b62a6649..1c9114eb26 100644
--- a/maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml
+++ b/maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml
@@ -16,8 +16,9 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-install-plugin</artifactId>
-                <version>2.5.2</version>
+                <version>3.0.1</version>
                 <executions>
                     <execution>
                         <phase>initialize</phase>
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 bb54e3edd3..cac2f1d4d1 100644
--- a/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml
+++ b/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml
@@ -16,8 +16,9 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-install-plugin</artifactId>
-                <version>2.5.2</version>
+                <version>3.0.1</version>
                 <executions>
                     <execution>
                         <phase>initialize</phase>
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 93ee03fd43..b8aba178ac 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
@@ -16,8 +16,9 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-install-plugin</artifactId>
-                <version>2.5.2</version>
+                <version>3.0.1</version>
                 <executions>
                     <execution>
                         <phase>initialize</phase>
diff --git a/maven-plugins/wadl2java-plugin/src/it/wadl-generate-rx/pom.xml b/maven-plugins/wadl2java-plugin/src/it/wadl-generate-rx/pom.xml
index ea720465a5..39583efbce 100644
--- a/maven-plugins/wadl2java-plugin/src/it/wadl-generate-rx/pom.xml
+++ b/maven-plugins/wadl2java-plugin/src/it/wadl-generate-rx/pom.xml
@@ -25,8 +25,9 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-install-plugin</artifactId>
-                <version>2.5.2</version>
+                <version>3.0.1</version>
                 <executions>
                     <execution>
                         <phase>initialize</phase>
diff --git a/maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml b/maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml
index 19dd1da74b..ed7b3f1622 100644
--- a/maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml
+++ b/maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml
@@ -25,8 +25,9 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-install-plugin</artifactId>
-                <version>2.5.2</version>
+                <version>3.0.1</version>
                 <executions>
                     <execution>
                         <phase>initialize</phase>
diff --git a/pom.xml b/pom.xml
index 2dd659c23d..8e5466627f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,7 +442,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-install-plugin</artifactId>
-                    <version>2.5.2</version>
+                    <version>3.0.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>


[cxf] 02/02: Recording .gitmergeinfo Changes

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

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

commit f73ace50e22b020becfd49815d061c0528dfa35b
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Jul 26 20:17:17 2022 -0400

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index aff8e015aa..64b1ca83a8 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -5,6 +5,7 @@ B 01608bf2a97a9daf2954da4a6e90ba7e3ae40c1c
 B 03110cf694be67611ea28e6d6cdefa0dd462e302
 B 03ccf1385b6a4c68d50ef5ecacfec7cad5dd6399
 B 04876cc1556108d78c04653cd22867fb295cfff8
+B 04a4d0e7bd1d851f1b2ea10fe19829f1d2d963dc
 B 06db9172c41e43552897e1ec388ac96e0699c6bf
 B 097e6bf31f3341ec3fc0a08cfd1f6b65a5e97b1e
 B 0bd29cec5010e873980760eb7b422f9daf26839f