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

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new 1e6a84e16a Bump org.apache.maven.plugins:maven-plugin-plugin from 
3.10.2 to 3.13.0 (#14174)
1e6a84e16a is described below

commit 1e6a84e16aa3971d311f6de257aae29959721f13
Author: Jermaine Hua <[email protected]>
AuthorDate: Sat May 11 14:40:56 2024 +0800

    Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2 to 3.13.0 
(#14174)
    
    Signed-off-by: “JermaineHua” <[email protected]>
---
 dubbo-maven-plugin/pom.xml  | 6 +++++-
 dubbo-native-plugin/pom.xml | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dubbo-maven-plugin/pom.xml b/dubbo-maven-plugin/pom.xml
index 66ed8e6ce3..e6be66aa25 100644
--- a/dubbo-maven-plugin/pom.xml
+++ b/dubbo-maven-plugin/pom.xml
@@ -72,8 +72,12 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.10.2</version>
+        <version>3.13.0</version>
+        <configuration>
+          <goalPrefix>dubbo</goalPrefix>
+        </configuration>
         <executions>
           <execution>
             <id>default-addPluginArtifactMetadata</id>
diff --git a/dubbo-native-plugin/pom.xml b/dubbo-native-plugin/pom.xml
index 2053e62ff8..5336dc23aa 100644
--- a/dubbo-native-plugin/pom.xml
+++ b/dubbo-native-plugin/pom.xml
@@ -75,8 +75,12 @@
 
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.10.2</version>
+        <version>3.13.0</version>
+        <configuration>
+          <goalPrefix>dubbo</goalPrefix>
+        </configuration>
         <executions>
           <execution>
             <id>default-addPluginArtifactMetadata</id>

Reply via email to