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/04/08 06:35:19 UTC

[incubator-dubbo] branch master updated: Update nacos client to 1.0.0-RC3 (#3810)

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

iluo 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 4e5af75  Update nacos client to 1.0.0-RC3 (#3810)
4e5af75 is described below

commit 4e5af753e4c4ab9adcf4e452c765207c3165d74e
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Mon Apr 8 14:35:07 2019 +0800

    Update nacos client to 1.0.0-RC3 (#3810)
---
 dubbo-registry/dubbo-registry-nacos/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-registry/dubbo-registry-nacos/pom.xml b/dubbo-registry/dubbo-registry-nacos/pom.xml
index 9393c32..c67ab4b 100644
--- a/dubbo-registry/dubbo-registry-nacos/pom.xml
+++ b/dubbo-registry/dubbo-registry-nacos/pom.xml
@@ -28,7 +28,7 @@
     <description>The Nacos registry module of Dubbo project</description>
 
     <properties>
-        <nacos.version>0.9.0</nacos.version>
+        <nacos.version>1.0.0-RC3</nacos.version>
     </properties>
 
     <dependencies>