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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4eb1e05  revert error description (#209)
4eb1e05 is described below

commit 4eb1e05c7ad5ab06dc35544b0a1e7aed68867618
Author: wxbty <[email protected]>
AuthorDate: Fri May 5 20:27:43 2023 +0800

    revert error description (#209)
    
    Co-authored-by: x-shadow-man <[email protected]>
---
 dubbo-mock-extensions/README.md    | 3 +--
 dubbo-mock-extensions/README_ch.md | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dubbo-mock-extensions/README.md b/dubbo-mock-extensions/README.md
index 7db308c..0cb5487 100644
--- a/dubbo-mock-extensions/README.md
+++ b/dubbo-mock-extensions/README.md
@@ -9,9 +9,8 @@
 - Add the dependency.
 
 ```xml
-
 <dependency>
-    <groupId>org.apache.dubbo.gatewayorg.apache.dubbo.gateway</groupId>
+    <groupId>org.apache.dubbo.extensions</groupId>
     <artifactId>dubbo-mock-admin</artifactId>
     <version>3.0.0</version>
 </dependency>
diff --git a/dubbo-mock-extensions/README_ch.md 
b/dubbo-mock-extensions/README_ch.md
index 7aa6f44..e1d2af8 100644
--- a/dubbo-mock-extensions/README_ch.md
+++ b/dubbo-mock-extensions/README_ch.md
@@ -9,9 +9,8 @@
 - 引入依赖
 
 ```xml
-
 <dependency>
-    <groupId>org.apache.dubbo.gatewayorg.apache.dubbo.gateway</groupId>
+    <groupId>org.apache.dubbo.extensions</groupId>
     <artifactId>dubbo-mock-admin</artifactId>
     <version>3.0.0</version>
 </dependency>

Reply via email to