Skip to content

Commit 4b89c5d

Browse files
VGalaxiesimbajin
andauthored
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 <jin@apache.org>
1 parent 5a12fa9 commit 4b89c5d

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ it includes 5+ main modules.
1717
- [hugegraph-tools](./hugegraph-tools): Command line tool for deploying, managing and backing-up/restoring graphs from HugeGraph.
1818
- [hugegraph-client](./hugegraph-client): A Java-written client for HugeGraph, providing `RESTful` APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc.
1919
- [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)
20+
- [hugegraph-spark-connector](./hugegraph-spark-connector): A Spark connector for reading & writing HugeGraph data in Spark standard format.
2021

2122
## Usage
2223

@@ -33,39 +34,46 @@ You could use import the dependencies in `maven` like this:
3334
<dependency>
3435
<groupId>org.apache.hugegraph</groupId>
3536
<artifactId>hugegraph-client</artifactId>
36-
<version>1.3.0</version>
37+
<version>1.5.0</version>
3738
</dependency>
3839

3940
<dependency>
4041
<groupId>org.apache.hugegraph</groupId>
4142
<artifactId>hugegraph-loader</artifactId>
42-
<version>1.3.0</version>
43+
<version>1.5.0</version>
4344
</dependency>
4445
```
4546

47+
And here are links of other **HugeGraph** component/repositories:
48+
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)**)
49+
2. [hugegraph-computer](https://github.com/apache/hugegraph-computer) (integrated **graph computing** system)
50+
3. [hugegraph-ai](https://github.com/apache/incubator-hugegraph-ai) (integrated **Graph AI/LLM/KG** system)
51+
4. [hugegraph-website](https://github.com/apache/hugegraph-doc) (**doc & website** code)
52+
53+
4654
## Doc
4755

4856
The [project homepage](https://hugegraph.apache.org/docs/quickstart/) contains more information about `hugegraph-toolchain`.
4957

5058
## License
5159

52-
hugegraph-toolchain is licensed under [Apache 2.0](https://github.com/apache/incubator-hugegraph-toolchain/blob/master/LICENSE) License.
60+
hugegraph-toolchain is licensed under [Apache 2.0](https://github.com/apache/hugegraph-toolchain/blob/master/LICENSE) License.
5361

5462
## Contributing
5563

5664
- Welcome to contribute to HugeGraph, please see [How to Contribute](https://hugegraph.apache.org/docs/contribution-guidelines/contribute/) for more information.
5765
- Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to greatly simplify the PR and commit process.
5866
- Thank you to all the people who already contributed to HugeGraph!
5967

60-
[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph-toolchain)](https://github.com/apache/incubator-hugegraph-toolchain/graphs/contributors)
68+
[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph-toolchain)](https://github.com/apache/hugegraph-toolchain/graphs/contributors)
6169

6270
### Contact Us
6371

6472
---
6573

66-
- [GitHub Issues](https://github.com/apache/incubator-hugegraph-toolchain/issues): Feedback on usage issues and functional requirements (quick response)
74+
- [GitHub Issues](https://github.com/apache/hugegraph-toolchain/issues): Feedback on usage issues and functional requirements (quick response)
6775
- Feedback Email: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([subscriber](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/) only)
6876
- WeChat public account: Apache HugeGraph, welcome to scan this QR code to follow us.
6977

70-
<img src="https://raw.githubusercontent.com/apache/incubator-hugegraph-doc/master/assets/images/wechat.png" alt="QR png" width="350"/>
78+
<img src="https://raw.githubusercontent.com/apache/hugegraph-doc/master/assets/images/wechat.png" alt="QR png" width="350"/>
7179

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@
9999

100100
<properties>
101101
<revision>1.5.0</revision>
102-
<!-- TODO: Update to 1.5.0 later -->
103-
<hugegraph.common.version>1.3.0</hugegraph.common.version>
102+
<hugegraph.common.version>1.5.0</hugegraph.common.version>
104103
<release.name>${project.artifactId}</release.name>
105104
<final.name>apache-${release.name}-incubating-${project.version}</final.name>
106105
<assembly.dir>${project.basedir}/assembly</assembly.dir>

0 commit comments

Comments
 (0)