This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git
The following commit(s) were added to refs/heads/master by this push:
new 4d228557 chore: upgrade version to 1.3.0 (#305)
4d228557 is described below
commit 4d228557cda12551b485b13c4aa933f07f4b6052
Author: YangJiaqi <[email protected]>
AuthorDate: Sun Mar 24 22:55:04 2024 +0800
chore: upgrade version to 1.3.0 (#305)
---
.github/workflows/ci.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/license-checker.yml | 2 +-
computer-dist/scripts/dependency/known-dependencies.txt | 16 ++++++++--------
pom.xml | 10 +++++-----
5 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dae11ce4..5cfd38a1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
computer-ci:
runs-on: ubuntu-latest
env:
- USE_STAGE: 'false' # Whether to include the stage repository.
+ USE_STAGE: 'true' # Whether to include the stage repository.
TRAVIS_DIR: computer-dist/src/assembly/travis
KUBERNETES_VERSION: 1.20.1
BSP_ETCD_URL: http://localhost:2579
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 30c35627..a5aa2489 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -13,7 +13,7 @@ on:
jobs:
analyze:
env:
- USE_STAGE: 'false' # Whether to include the stage repository.
+ USE_STAGE: 'true' # Whether to include the stage repository.
name: Analyze
runs-on: ubuntu-latest
permissions:
diff --git a/.github/workflows/license-checker.yml
b/.github/workflows/license-checker.yml
index 18eddbae..5d5c8c0c 100644
--- a/.github/workflows/license-checker.yml
+++ b/.github/workflows/license-checker.yml
@@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
env:
SCRIPT_DEPENDENCY: computer-dist/scripts/dependency
- USE_STAGE: 'false' # Whether to include the stage repository.
+ USE_STAGE: 'true' # Whether to include the stage repository.
steps:
- name: Checkout source
uses: actions/checkout@v4
diff --git a/computer-dist/scripts/dependency/known-dependencies.txt
b/computer-dist/scripts/dependency/known-dependencies.txt
index 0a37c889..02c32880 100644
--- a/computer-dist/scripts/dependency/known-dependencies.txt
+++ b/computer-dist/scripts/dependency/known-dependencies.txt
@@ -36,14 +36,14 @@ commons-logging-1.1.3.jar
commons-math3-3.1.1.jar
commons-net-3.6.jar
commons-text-1.9.jar
-computer-algorithm-1.2.0.jar
-computer-api-1.2.0.jar
-computer-core-1.2.0.jar
-computer-dist-1.2.0.jar
-computer-driver-1.2.0.jar
-computer-k8s-1.2.0.jar
-computer-k8s-operator-1.2.0.jar
-computer-yarn-1.2.0.jar
+computer-algorithm-1.3.0.jar
+computer-api-1.3.0.jar
+computer-core-1.3.0.jar
+computer-dist-1.3.0.jar
+computer-driver-1.3.0.jar
+computer-k8s-1.3.0.jar
+computer-k8s-operator-1.3.0.jar
+computer-yarn-1.3.0.jar
curator-client-2.13.0.jar
curator-framework-2.13.0.jar
curator-recipes-2.13.0.jar
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>