You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2019/03/14 13:47:49 UTC

[incubator-dubbo] branch 2.7.1-release updated: update README

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

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


The following commit(s) were added to refs/heads/2.7.1-release by this push:
     new 90899c9  update README
90899c9 is described below

commit 90899c94924dc9757b3283038a9580827f3a91b5
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Thu Mar 14 21:47:19 2019 +0800

    update README
---
 README.md | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 09c12ff..504e29d 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ There's a [README](https://github.com/apache/incubator-dubbo-samples/tree/master
 
 ```xml
 <properties>
-    <dubbo.version>2.7.0</dubbo.version>
+    <dubbo.version>2.7.1</dubbo.version>
 </properties>
     
 <dependencyManagement>
@@ -64,14 +64,6 @@ There's a [README](https://github.com/apache/incubator-dubbo-samples/tree/master
         <version>${dubbo.version}</version>
     </dependency>
     <dependency>
-        <groupId>io.netty</groupId>
-        <artifactId>netty-all</artifactId>
-    </dependency>
-    <dependency>
-        <groupId>org.apache.curator</groupId>
-        <artifactId>curator-framework</artifactId>
-    </dependency>
-    <dependency>
         <groupId>org.apache.curator</groupId>
         <artifactId>curator-recipes</artifactId>
     </dependency>