You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/12/29 08:26:00 UTC

[dubbo] branch master updated: upgrade dependency to 2.7.5

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a8a6a91  upgrade dependency to 2.7.5
a8a6a91 is described below

commit a8a6a91bc8d085b58ca5c48a782270d7a327c106
Author: ken.lj <ke...@gmail.com>
AuthorDate: Sun Dec 29 16:25:48 2019 +0800

    upgrade dependency to 2.7.5
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a01e122..94a4090 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ There's a [README](https://github.com/apache/dubbo-samples/tree/master/dubbo-sam
 
 ```xml
 <properties>
-    <dubbo.version>2.7.4.1</dubbo.version>
+    <dubbo.version>2.7.5</dubbo.version>
 </properties>
     
 <dependencies>