From 4b89c5d8d8a36d6361987d0b3ca248370793fccf Mon Sep 17 00:00:00 2001 From: V_Galaxy Date: Wed, 6 Nov 2024 18:48:57 +0800 Subject: [PATCH] chore(dist): upgrade version to 1.5.0 (#639) * upgrade version to 1.5.0 * update README.md * Update README.md * Update README.md --------- Co-authored-by: imbajin --- README.md | 20 ++++++++++++++------ pom.xml | 3 +-- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 458fd8983..7ec261e22 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ it includes 5+ main modules. - [hugegraph-tools](./hugegraph-tools): Command line tool for deploying, managing and backing-up/restoring graphs from HugeGraph. - [hugegraph-client](./hugegraph-client): A Java-written client for HugeGraph, providing `RESTful` APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc. - [hugegraph-client-go](./hugegraph-client-go): A Go-written client for HugeGraph, providing `RESTful` APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc. (WIP) +- [hugegraph-spark-connector](./hugegraph-spark-connector): A Spark connector for reading & writing HugeGraph data in Spark standard format. ## Usage @@ -33,23 +34,30 @@ You could use import the dependencies in `maven` like this: org.apache.hugegraph hugegraph-client - 1.3.0 + 1.5.0 org.apache.hugegraph hugegraph-loader - 1.3.0 + 1.5.0 ``` +And here are links of other **HugeGraph** component/repositories: +1. [hugegraph](https://github.com/apache/hugegraph) (**[pd](https://github.com/apache/hugegraph/tree/master/hugegraph-pd)/[store](https://github.com/apache/hugegraph/tree/master/hugegraph-store)/[server](https://github.com/apache/hugegraph/tree/master/hugegraph-server)/[commons](https://github.com/apache/hugegraph/tree/master/hugegraph-commons)**) +2. [hugegraph-computer](https://github.com/apache/hugegraph-computer) (integrated **graph computing** system) +3. [hugegraph-ai](https://github.com/apache/incubator-hugegraph-ai) (integrated **Graph AI/LLM/KG** system) +4. [hugegraph-website](https://github.com/apache/hugegraph-doc) (**doc & website** code) + + ## Doc The [project homepage](https://hugegraph.apache.org/docs/quickstart/) contains more information about `hugegraph-toolchain`. ## License -hugegraph-toolchain is licensed under [Apache 2.0](https://github.com/apache/incubator-hugegraph-toolchain/blob/master/LICENSE) License. +hugegraph-toolchain is licensed under [Apache 2.0](https://github.com/apache/hugegraph-toolchain/blob/master/LICENSE) License. ## Contributing @@ -57,15 +65,15 @@ hugegraph-toolchain is licensed under [Apache 2.0](https://github.com/apache/inc - Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to greatly simplify the PR and commit process. - Thank you to all the people who already contributed to HugeGraph! -[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph-toolchain)](https://github.com/apache/incubator-hugegraph-toolchain/graphs/contributors) +[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph-toolchain)](https://github.com/apache/hugegraph-toolchain/graphs/contributors) ### Contact Us --- - - [GitHub Issues](https://github.com/apache/incubator-hugegraph-toolchain/issues): Feedback on usage issues and functional requirements (quick response) + - [GitHub Issues](https://github.com/apache/hugegraph-toolchain/issues): Feedback on usage issues and functional requirements (quick response) - Feedback Email: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([subscriber](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/) only) - WeChat public account: Apache HugeGraph, welcome to scan this QR code to follow us. - QR png + QR png diff --git a/pom.xml b/pom.xml index a9429c941..53965294a 100644 --- a/pom.xml +++ b/pom.xml @@ -99,8 +99,7 @@ 1.5.0 - - 1.3.0 + 1.5.0 ${project.artifactId} apache-${release.name}-incubating-${project.version} ${project.basedir}/assembly