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/10/27 04:14:37 UTC

[dubbo] branch master updated: use the latest version as the default dependency.

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 7e82c56  use the latest version as the default dependency.
7e82c56 is described below

commit 7e82c56de4f5e9282826f996322a41e686241a85
Author: ken.lj <ke...@gmail.com>
AuthorDate: Sun Oct 27 12:14:28 2019 +0800

    use the latest version as the default dependency.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e75a264..08fcbf4 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.3</dubbo.version>
+    <dubbo.version>2.7.4.1</dubbo.version>
 </properties>
     
 <dependencies>