Skip to content

Commit

Permalink
chore: upgrade revision to 1.5.0 (apache#2585)
Browse files Browse the repository at this point in the history
* set revision to 1.5.0
  • Loading branch information
VGalaxies authored Jul 13, 2024
1 parent 9f89afc commit cedc000
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 24 deletions.
8 changes: 0 additions & 8 deletions hugegraph-pd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 12 additions & 12 deletions install-dist/scripts/dependency/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</scm>

<properties>
<revision>1.3.0</revision>
<revision>1.5.0</revision>
</properties>

<modules>
Expand Down

0 comments on commit cedc000

Please sign in to comment.