You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by do...@apache.org on 2021/03/17 01:20:10 UTC

[shardingsphere] branch master updated: #9590, fix ha rename (#9696)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 23f4fdc  #9590, fix ha rename (#9696)
23f4fdc is described below

commit 23f4fdc7d87c472554befdbabf0be776737f19ae
Author: Zhang Yonglun <zh...@apache.org>
AuthorDate: Wed Mar 17 09:19:41 2021 +0800

    #9590, fix ha rename (#9696)
---
 shardingsphere-jdbc/shardingsphere-jdbc-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shardingsphere-jdbc/shardingsphere-jdbc-core/pom.xml b/shardingsphere-jdbc/shardingsphere-jdbc-core/pom.xml
index 9daa141..99c1fb7 100644
--- a/shardingsphere-jdbc/shardingsphere-jdbc-core/pom.xml
+++ b/shardingsphere-jdbc/shardingsphere-jdbc-core/pom.xml
@@ -74,7 +74,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-ha-route</artifactId>
+            <artifactId>shardingsphere-db-discovery-route</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>