You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2023/09/26 06:01:48 UTC

[dubbo] branch 3.3 updated: Fix dubbo-plugin-loom module groupId (#13130)

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

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


The following commit(s) were added to refs/heads/3.3 by this push:
     new c96a8f3719 Fix dubbo-plugin-loom module groupId (#13130)
c96a8f3719 is described below

commit c96a8f3719a6b295133a6bac02409459a0add3a1
Author: huazhongming <cr...@gmail.com>
AuthorDate: Tue Sep 26 14:01:43 2023 +0800

    Fix dubbo-plugin-loom module groupId (#13130)
    
    Signed-off-by: crazyhzm <cr...@gmail.com>
---
 dubbo-plugin/dubbo-plugin-loom/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dubbo-plugin/dubbo-plugin-loom/pom.xml b/dubbo-plugin/dubbo-plugin-loom/pom.xml
index ba865fe8a6..e16ab7b27c 100644
--- a/dubbo-plugin/dubbo-plugin-loom/pom.xml
+++ b/dubbo-plugin/dubbo-plugin-loom/pom.xml
@@ -26,7 +26,6 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>com.aliyun.dubbo</groupId>
     <artifactId>dubbo-plugin-loom</artifactId>
 
     <properties>