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/26 23:47:45 UTC

[cxf] branch 3.6.x-fixes updated (85b9b53c63 -> 83909463eb)

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

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


    from 85b9b53c63 Recording .gitmergeinfo Changes
     new 23ff642104 Update maven-install-plugin to 3.0.1
     new 83909463eb 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] 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.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 83909463eb6b905b983208a6b084a97f2e91ab0f
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Jul 26 19:10:35 2022 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 167deb9144..f48b38396a 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -44,6 +44,7 @@ M 797df326d9b73cdaa02851a9cdc7d07bc05aad2c
 M 8cba83cdbb6a1b0d28f6fd7e218b342a42305963
 M 905f4f91e4d0b5c4d145729f16bad90b1847f0be
 M 96e71237bae2eb987a5fbe67d21e9e1e19f2d158
+M 9a8e07ab159b2492d42fddadce1e5854ceee29e8
 M 9c3dc283369f6c829b040920cbb93002daf3d440
 M a54e2dbe6e4dc2d74472e2db523a5290378da325
 M a79b210719d6b0388dc56761b12c609d4d5f6a8a


[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.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 23ff642104d2d75f96e755fcc0c50e0f35096176
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)
---
 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 096957822a..91316bf4c0 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 658ccd93e4..024bd528ea 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 e02721e873..a67e2cf61e 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 6d464b8e16..b0555a899b 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 c80c22c410..2051eca905 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 222049d697..e716864567 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 b2ebacea8b..34851fbf17 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>