This is an automated email from the ASF dual-hosted git repository.

yangjiaqi pushed a commit to branch release-1.3.0
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git


The following commit(s) were added to refs/heads/release-1.3.0 by this push:
     new 10bd0feb change version to 1.3.0
10bd0feb is described below

commit 10bd0febec49be6ab7640b2ca18e35259891a452
Author: JackyYangPassion <[email protected]>
AuthorDate: Thu Mar 21 21:49:01 2024 +0800

    change version to 1.3.0
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 72db2fe1..685f6481 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,11 +92,11 @@
 
     <properties>
         <!-- TODO: update the version after toolchain v1.2 fixed -->
-        <revision>1.2.0</revision>
-        <hugegraph-common-version>1.2.0</hugegraph-common-version>
-        <hugegraph-client-version>1.2.0</hugegraph-client-version>
-        <hugegraph-rpc-version>1.2.0</hugegraph-rpc-version>
-        <hugegraph-loader-version>1.2.0</hugegraph-loader-version>
+        <revision>1.3.0</revision>
+        <hugegraph-common-version>1.3.0</hugegraph-common-version>
+        <hugegraph-client-version>1.3.0</hugegraph-client-version>
+        <hugegraph-rpc-version>1.3.0</hugegraph-rpc-version>
+        <hugegraph-loader-version>1.3.0</hugegraph-loader-version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <top.level.dir>${project.basedir}/..</top.level.dir>
         <release.name>hugegraph-computer</release.name>

Reply via email to