This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch upgrade-1.5.0 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
commit 2652e75e29c39c05df99abbc455bc183a41411ae Author: V_Galaxy <[email protected]> AuthorDate: Wed Nov 6 15:34:44 2024 +0800 upgrade version to 1.5.0 --- README.md | 4 ++-- pom.xml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 458fd898..c4340ff8 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ You could use import the dependencies in `maven` like this: <dependency> <groupId>org.apache.hugegraph</groupId> <artifactId>hugegraph-client</artifactId> - <version>1.3.0</version> + <version>1.5.0</version> </dependency> <dependency> <groupId>org.apache.hugegraph</groupId> <artifactId>hugegraph-loader</artifactId> - <version>1.3.0</version> + <version>1.5.0</version> </dependency> ``` diff --git a/pom.xml b/pom.xml index a9429c94..53965294 100644 --- a/pom.xml +++ b/pom.xml @@ -99,8 +99,7 @@ <properties> <revision>1.5.0</revision> - <!-- TODO: Update to 1.5.0 later --> - <hugegraph.common.version>1.3.0</hugegraph.common.version> + <hugegraph.common.version>1.5.0</hugegraph.common.version> <release.name>${project.artifactId}</release.name> <final.name>apache-${release.name}-incubating-${project.version}</final.name> <assembly.dir>${project.basedir}/assembly</assembly.dir>
