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

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


The following commit(s) were added to refs/heads/master by this push:
     new cedc00021 chore: upgrade revision to 1.5.0 (#2585)
cedc00021 is described below

commit cedc000215efa8fbf688ee79f1832835f54e9820
Author: V_Galaxy <[email protected]>
AuthorDate: Sat Jul 13 17:00:43 2024 +0800

    chore: upgrade revision to 1.5.0 (#2585)
    
    * set revision to 1.5.0
---
 hugegraph-pd/pom.xml                               |  8 --------
 .../org/apache/hugegraph/version/CoreVersion.java  |  2 +-
 .../hugegraph-dist/src/assembly/travis/start-pd.sh |  2 +-
 .../src/assembly/travis/start-store.sh             |  2 +-
 .../scripts/dependency/known-dependencies.txt      | 24 +++++++++++-----------
 pom.xml                                            |  2 +-
 6 files changed, 16 insertions(+), 24 deletions(-)

diff --git a/hugegraph-pd/pom.xml b/hugegraph-pd/pom.xml
index b5db57f26..f7f172912 100644
--- a/hugegraph-pd/pom.xml
+++ b/hugegraph-pd/pom.xml
@@ -119,14 +119,6 @@
                             <goal>clean</goal>
                         </goals>
                     </execution>
-                    <!-- auto delete .flattened-pom.xml after "install" step 
-->
-                    <execution>
-                        <id>remove-flattened-pom</id>
-                        <phase>install</phase>
-                        <goals>
-                            <goal>clean</goal>
-                        </goals>
-                    </execution>
                 </executions>
             </plugin>
             <plugin>
diff --git 
a/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java
 
b/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java
index dd2aba44a..468663c92 100644
--- 
a/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java
+++ 
b/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java
@@ -23,7 +23,7 @@ import org.apache.hugegraph.util.VersionUtil.Version;
 public class CoreVersion {
 
     public static final String NAME = "hugegraph-core";
-    public static final String DEFAULT_VERSION = "1.3.0";
+    public static final String DEFAULT_VERSION = "1.5.0";
     /**
      * The second parameter of Version.of() is for IDE running without JAR
      */
diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/start-pd.sh 
b/hugegraph-server/hugegraph-dist/src/assembly/travis/start-pd.sh
index ca1f11452..c9200fefb 100755
--- a/hugegraph-server/hugegraph-dist/src/assembly/travis/start-pd.sh
+++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/start-pd.sh
@@ -18,7 +18,7 @@
 set -ev
 
 HOME_DIR=$(pwd)
-PD_DIR=$HOME_DIR/hugegraph-pd/apache-hugegraph-incubating-pd-1.3.0
+PD_DIR=$HOME_DIR/hugegraph-pd/apache-hugegraph-incubating-pd-1.5.0
 
 pushd $PD_DIR
 . bin/start-hugegraph-pd.sh
diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/start-store.sh 
b/hugegraph-server/hugegraph-dist/src/assembly/travis/start-store.sh
index a685147c5..c4c11c2c3 100755
--- a/hugegraph-server/hugegraph-dist/src/assembly/travis/start-store.sh
+++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/start-store.sh
@@ -18,7 +18,7 @@
 set -ev
 
 HOME_DIR=$(pwd)
-STORE_DIR=$HOME_DIR/hugegraph-store/apache-hugegraph-incubating-store-1.3.0
+STORE_DIR=$HOME_DIR/hugegraph-store/apache-hugegraph-incubating-store-1.5.0
 
 pushd $STORE_DIR
 . bin/start-hugegraph-store.sh
diff --git a/install-dist/scripts/dependency/known-dependencies.txt 
b/install-dist/scripts/dependency/known-dependencies.txt
index 5fac276f0..8d7d4cb4a 100644
--- a/install-dist/scripts/dependency/known-dependencies.txt
+++ b/install-dist/scripts/dependency/known-dependencies.txt
@@ -132,18 +132,18 @@ hbase-shaded-endpoint-2.0.6.jar
 HdrHistogram-2.1.12.jar
 HdrHistogram-2.1.9.jar
 hessian-3.3.6.jar
-hg-pd-client-1.3.0.jar
-hg-pd-common-1.3.0.jar
-hg-pd-core-1.3.0.jar
-hg-pd-dist-1.3.0.jar
-hg-pd-grpc-1.3.0.jar
-hg-pd-service-1.3.0.jar
-hg-store-client-1.3.0.jar
-hg-store-common-1.3.0.jar
-hg-store-core-1.3.0.jar
-hg-store-grpc-1.3.0.jar
-hg-store-rocksdb-1.3.0.jar
-hg-store-node-1.3.0.jar
+hg-pd-client-1.5.0.jar
+hg-pd-common-1.5.0.jar
+hg-pd-core-1.5.0.jar
+hg-pd-dist-1.5.0.jar
+hg-pd-grpc-1.5.0.jar
+hg-pd-service-1.5.0.jar
+hg-store-client-1.5.0.jar
+hg-store-common-1.5.0.jar
+hg-store-core-1.5.0.jar
+hg-store-grpc-1.5.0.jar
+hg-store-node-1.5.0.jar
+hg-store-rocksdb-1.5.0.jar
 high-scale-lib-1.0.6.jar
 hk2-api-3.0.1.jar
 hk2-locator-3.0.1.jar
diff --git a/pom.xml b/pom.xml
index 0ba25f994..48c8e5648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
     </scm>
 
     <properties>
-        <revision>1.3.0</revision>
+        <revision>1.5.0</revision>
     </properties>
 
     <modules>

Reply via email to