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

wangxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c62d1c  fix old groupId (#1959)
5c62d1c is described below

commit 5c62d1c28ee48b985840d12122876ef08a6cbd26
Author: Jerrick Zhu <diecui1...@gmail.com>
AuthorDate: Tue Jun 19 13:53:58 2018 +0800

    fix old groupId (#1959)
---
 dubbo-remoting/dubbo-remoting-p2p/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml 
b/dubbo-remoting/dubbo-remoting-p2p/pom.xml
index fb86ba5..63d58ab 100644
--- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml
+++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml
@@ -36,7 +36,7 @@
             <version>${project.parent.version}</version>
         </dependency>
         <dependency>
-            <groupId>com.alibaba</groupId>
+            <groupId>org.apache.dubbo</groupId>
             <artifactId>dubbo-remoting-netty</artifactId>
             <version>${project.parent.version}</version>
             <scope>test</scope>

Reply via email to