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 00:17:06 UTC

[cxf] branch 3.5.x-fixes updated (4cbd7361aa -> 04a4d0e7bd)

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

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


    from 4cbd7361aa Recording .gitmergeinfo Changes
     new bff73b532d Update maven-install-plugin to 3.0.1
     new 04a4d0e7bd 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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit bff73b532da4c37360fc1c761e91634099f4467a
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)
---
 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 bc0be994cc..9ec737af64 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 9bb7308091..d632cbfd2d 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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 04a4d0e7bd1d851f1b2ea10fe19829f1d2d963dc
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Jul 26 20:02:37 2022 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 31acdd793d..9e97ec8420 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -15,6 +15,7 @@ B 7f683ba748e2133af0f93f1d77df5921b4e86011
 B 7fc2c4ca26c8615d1c231292dbcd96992e45b2a5
 B 7fd567e59b860dc59fcd221b8fb4aeeea95a3ef0
 B 8311c0ea9783697307e616bd4c3f669e8396eab3
+B 83909463eb6b905b983208a6b084a97f2e91ab0f
 B 85b9b53c632feb023b522afd49192e95ab232a15
 B 8f7c9dae610cd708b5e17828b58b642a5485b9cc
 B 9723e32190d3a820e0eecf19177561155399c867