This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch test-2797 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit d11aa21e3ae8b19430424a4c34d51387dd4e9588 Author: VGalaxies <vgalax...@apache.org> AuthorDate: Mon Jun 16 15:56:22 2025 +0800 upgrade to 1.9 --- .../hugegraph-common/src/main/resources/version.properties | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hugegraph-commons/hugegraph-common/src/main/resources/version.properties b/hugegraph-commons/hugegraph-common/src/main/resources/version.properties index b413bf04e..1ef0cba5a 100644 --- a/hugegraph-commons/hugegraph-common/src/main/resources/version.properties +++ b/hugegraph-commons/hugegraph-common/src/main/resources/version.properties @@ -19,5 +19,5 @@ Version=${revision} ApiVersion=0.71 ApiCheckBeginVersion=1.0 -ApiCheckEndVersion=1.7 -VersionInBash=1.5.0 +ApiCheckEndVersion=2.0 +VersionInBash=1.9.0 diff --git a/pom.xml b/pom.xml index 1fa07660e..fa98ec7a4 100644 --- a/pom.xml +++ b/pom.xml @@ -86,8 +86,8 @@ </scm> <properties> - <revision>1.5.0</revision> - <hugegraph-commons.version>1.5.0</hugegraph-commons.version> + <revision>1.9.0</revision> + <hugegraph-commons.version>1.9.0</hugegraph-commons.version> <lombok.version>1.18.30</lombok.version> <release.name>hugegraph</release.name> <maven.compiler.source>11</maven.compiler.source>