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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit 0977dacacb18f5bed81a586b3e84fe95bd7365b9
Author: Andreas Veithen <andreas.veit...@gmail.com>
AuthorDate: Sat Sep 24 21:51:03 2022 +0000

    Update resolver-proxy-maven-plugin
---
 modules/distribution/pom.xml                      | 2 +-
 modules/tool/axis2-aar-maven-plugin/pom.xml       | 2 +-
 modules/tool/axis2-java2wsdl-maven-plugin/pom.xml | 2 +-
 modules/tool/axis2-repo-maven-plugin/pom.xml      | 2 +-
 modules/tool/axis2-wsdl2code-maven-plugin/pom.xml | 2 +-
 pom.xml                                           | 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 2d571fa849..f8e1c61abb 100755
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -553,7 +553,7 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>com.github.veithen.invoker</groupId>
+                <groupId>com.github.veithen.maven</groupId>
                 <artifactId>resolver-proxy-maven-plugin</artifactId>
                 <executions>
                     <execution>
diff --git a/modules/tool/axis2-aar-maven-plugin/pom.xml 
b/modules/tool/axis2-aar-maven-plugin/pom.xml
index 5b6f115605..be86efd735 100644
--- a/modules/tool/axis2-aar-maven-plugin/pom.xml
+++ b/modules/tool/axis2-aar-maven-plugin/pom.xml
@@ -137,7 +137,7 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>com.github.veithen.invoker</groupId>
+                <groupId>com.github.veithen.maven</groupId>
                 <artifactId>resolver-proxy-maven-plugin</artifactId>
                 <executions>
                     <execution>
diff --git a/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml 
b/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
index c783224283..a3c396ac68 100644
--- a/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
+++ b/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
@@ -131,7 +131,7 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>com.github.veithen.invoker</groupId>
+                <groupId>com.github.veithen.maven</groupId>
                 <artifactId>resolver-proxy-maven-plugin</artifactId>
                 <executions>
                     <execution>
diff --git a/modules/tool/axis2-repo-maven-plugin/pom.xml 
b/modules/tool/axis2-repo-maven-plugin/pom.xml
index aad2694385..c6e95c5526 100644
--- a/modules/tool/axis2-repo-maven-plugin/pom.xml
+++ b/modules/tool/axis2-repo-maven-plugin/pom.xml
@@ -131,7 +131,7 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>com.github.veithen.invoker</groupId>
+                <groupId>com.github.veithen.maven</groupId>
                 <artifactId>resolver-proxy-maven-plugin</artifactId>
                 <executions>
                     <execution>
diff --git a/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml 
b/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
index c2687ef7fe..7a33a84ff9 100644
--- a/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
+++ b/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
@@ -203,7 +203,7 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>com.github.veithen.invoker</groupId>
+                <groupId>com.github.veithen.maven</groupId>
                 <artifactId>resolver-proxy-maven-plugin</artifactId>
                 <executions>
                     <execution>
diff --git a/pom.xml b/pom.xml
index 8c4b1d414e..e152b06c03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1204,9 +1204,9 @@
                     <version>0.4.1</version>
                 </plugin>
                 <plugin>
-                    <groupId>com.github.veithen.invoker</groupId>
+                    <groupId>com.github.veithen.maven</groupId>
                     <artifactId>resolver-proxy-maven-plugin</artifactId>
-                    <version>0.1.3</version>
+                    <version>0.4.0</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-invoker-plugin</artifactId>

Reply via email to