You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by zh...@apache.org on 2022/11/07 12:10:13 UTC

[incubator-hugegraph-computer] branch update_commit_id created (now 654bae1f)

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

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


      at 654bae1f update server commit id & use apache client

This branch includes the following new commits:

     new 654bae1f update server commit id & use apache client

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-hugegraph-computer] 01/01: update server commit id & use apache client

Posted by zh...@apache.org.
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 <zh...@apache.org>
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>