This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
The following commit(s) were added to refs/heads/master by this push: new 9b415594 chore: update pom for version-1.7.0 (#681) 9b415594 is described below commit 9b4155947548f8113d5eae3ebc36eba166166158 Author: Duoduo Wang <ddg...@outlook.com> AuthorDate: Mon Sep 1 17:32:53 2025 +0800 chore: update pom for version-1.7.0 (#681) --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0235df9b..e9978ff4 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,8 @@ </modules> <properties> - <revision>1.5.0</revision> + <revision>1.7.0</revision> + <!-- TODO: upgrade common later --> <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>