Skip to content

Commit 4d22855

Browse files
chore: upgrade version to 1.3.0 (#305)
1 parent 192ef3b commit 4d22855

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
computer-ci:
1212
runs-on: ubuntu-latest
1313
env:
14-
USE_STAGE: 'false' # Whether to include the stage repository.
14+
USE_STAGE: 'true' # Whether to include the stage repository.
1515
TRAVIS_DIR: computer-dist/src/assembly/travis
1616
KUBERNETES_VERSION: 1.20.1
1717
BSP_ETCD_URL: http://localhost:2579

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
analyze:
1515
env:
16-
USE_STAGE: 'false' # Whether to include the stage repository.
16+
USE_STAGE: 'true' # Whether to include the stage repository.
1717
name: Analyze
1818
runs-on: ubuntu-latest
1919
permissions:

.github/workflows/license-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
env:
4242
SCRIPT_DEPENDENCY: computer-dist/scripts/dependency
43-
USE_STAGE: 'false' # Whether to include the stage repository.
43+
USE_STAGE: 'true' # Whether to include the stage repository.
4444
steps:
4545
- name: Checkout source
4646
uses: actions/checkout@v4

computer-dist/scripts/dependency/known-dependencies.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ commons-logging-1.1.3.jar
3636
commons-math3-3.1.1.jar
3737
commons-net-3.6.jar
3838
commons-text-1.9.jar
39-
computer-algorithm-1.2.0.jar
40-
computer-api-1.2.0.jar
41-
computer-core-1.2.0.jar
42-
computer-dist-1.2.0.jar
43-
computer-driver-1.2.0.jar
44-
computer-k8s-1.2.0.jar
45-
computer-k8s-operator-1.2.0.jar
46-
computer-yarn-1.2.0.jar
39+
computer-algorithm-1.3.0.jar
40+
computer-api-1.3.0.jar
41+
computer-core-1.3.0.jar
42+
computer-dist-1.3.0.jar
43+
computer-driver-1.3.0.jar
44+
computer-k8s-1.3.0.jar
45+
computer-k8s-operator-1.3.0.jar
46+
computer-yarn-1.3.0.jar
4747
curator-client-2.13.0.jar
4848
curator-framework-2.13.0.jar
4949
curator-recipes-2.13.0.jar

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@
9292

9393
<properties>
9494
<!-- TODO: update the version after toolchain v1.2 fixed -->
95-
<revision>1.2.0</revision>
96-
<hugegraph-common-version>1.2.0</hugegraph-common-version>
97-
<hugegraph-client-version>1.2.0</hugegraph-client-version>
98-
<hugegraph-rpc-version>1.2.0</hugegraph-rpc-version>
99-
<hugegraph-loader-version>1.2.0</hugegraph-loader-version>
95+
<revision>1.3.0</revision>
96+
<hugegraph-common-version>1.3.0</hugegraph-common-version>
97+
<hugegraph-client-version>1.3.0</hugegraph-client-version>
98+
<hugegraph-rpc-version>1.3.0</hugegraph-rpc-version>
99+
<hugegraph-loader-version>1.3.0</hugegraph-loader-version>
100100
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
101101
<top.level.dir>${project.basedir}/..</top.level.dir>
102102
<release.name>hugegraph-computer</release.name>

0 commit comments

Comments
 (0)