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 2018/09/11 10:22:37 UTC

[incubator-dubbo] branch master updated: Upgrade maven dependency to the latest version

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/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c2f34e  Upgrade maven dependency to the latest version
8c2f34e is described below

commit 8c2f34e5cf0953905c64e3ff74907cf9b6ed6df2
Author: ken.lj <ke...@gmail.com>
AuthorDate: Tue Sep 11 18:22:26 2018 +0800

    Upgrade maven dependency to the latest version
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d2e01d3..7fb8cde 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ There's one [README](https://github.com/dubbo/dubbo-samples/blob/master/dubbo-sa
 <dependency>
     <groupId>com.alibaba</groupId>
     <artifactId>dubbo</artifactId>
-    <version>2.6.2</version>
+    <version>2.6.3</version>
 </dependency>
 ```