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:46 UTC

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

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>