You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/07/22 02:49:01 UTC

[dubbo-spi-extensions] branch 1.0.2-release updated: fix pom

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

albumenj pushed a commit to branch 1.0.2-release
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git


The following commit(s) were added to refs/heads/1.0.2-release by this push:
     new 89597f7  fix pom
89597f7 is described below

commit 89597f7f7ffcbfb61c27cb60d293b24277a44477
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Fri Jul 22 10:48:54 2022 +0800

    fix pom
---
 dubbo-configcenter-extensions/dubbo-configcenter-etcd/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-configcenter-extensions/dubbo-configcenter-etcd/pom.xml b/dubbo-configcenter-extensions/dubbo-configcenter-etcd/pom.xml
index f278637..06b23a8 100644
--- a/dubbo-configcenter-extensions/dubbo-configcenter-etcd/pom.xml
+++ b/dubbo-configcenter-extensions/dubbo-configcenter-etcd/pom.xml
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.apache.dubbo.extensions</groupId>
             <artifactId>dubbo-remoting-etcd3</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
     </dependencies>