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

zhaocong pushed a commit to branch update_commit_id
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git

commit 654bae1f31cc7660162bd0caaaf8158751838d3a
Author: coderzc <[email protected]>
AuthorDate: Mon Nov 7 20:10:00 2022 +0800

    update server commit id & use apache client
---
 .github/workflows/ci.yml | 2 +-
 pom.xml                  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a8c4e94d..14bb85fb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
     env:
       TRAVIS_DIR: computer-dist/src/assembly/travis
       KUBERNETES_VERSION: 1.20.1
-      HUGEGRAPH_SERVER_COMMIT_ID: 848b8fb17804ddc561af832dff0bdc3f6221c904
+      HUGEGRAPH_SERVER_COMMIT_ID: 09619597d660e62791d351968df87bfa68a2c53f
 
     steps:
       - name: Checkout
diff --git a/pom.xml b/pom.xml
index cbb1eba4..91a0233b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,9 +81,9 @@
                 </exclusions>
             </dependency>
             <dependency>
-                <groupId>com.baidu.hugegraph</groupId>
+                <groupId>org.apache.hugegraph</groupId>
                 <artifactId>hugegraph-client</artifactId>
-                <version>2.0.1</version>
+                <version>1.0.0</version>
             </dependency>
             <dependency>
                 <groupId>io.netty</groupId>

Reply via email to