File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
computer-dist/scripts/dependency Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1313jobs :
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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ commons-logging-1.1.3.jar
3636commons-math3-3.1.1.jar
3737commons-net-3.6.jar
3838commons-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
4747curator-client-2.13.0.jar
4848curator-framework-2.13.0.jar
4949curator-recipes-2.13.0.jar
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments