File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed 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.5 .0.jar
40- computer-api-1.5 .0.jar
41- computer-core-1.5 .0.jar
42- computer-dist-1.5 .0.jar
43- computer-driver-1.5 .0.jar
44- computer-k8s-1.5 .0.jar
45- computer-k8s-operator-1.5 .0.jar
46- computer-yarn-1.5 .0.jar
39+ computer-algorithm-1.7 .0.jar
40+ computer-api-1.7 .0.jar
41+ computer-core-1.7 .0.jar
42+ computer-dist-1.7 .0.jar
43+ computer-driver-1.7 .0.jar
44+ computer-k8s-1.7 .0.jar
45+ computer-k8s-operator-1.7 .0.jar
46+ computer-yarn-1.7 .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 1818set -ev
1919
2020# TODO: could replace by docker way
21- curl -Lo minikube https://storage.googleapis. com/minikube/releases/latest /minikube-linux-amd64 && chmod +x minikube
21+ curl -Lo minikube https://github. com/kubernetes/ minikube/releases/download/v1.34.0 /minikube-linux-amd64 && chmod +x minikube
2222sudo mkdir -p /usr/local/bin/
2323sudo install minikube /usr/local/bin/
2424
Original file line number Diff line number Diff line change 9191 </prerequisites >
9292
9393 <properties >
94- <revision >1.5 .0</revision >
94+ <revision >1.7 .0</revision >
9595 <!-- TODO: fix deps conflicts & update to 1.5.0 -->
9696 <hugegraph-commons-version >1.3.0</hugegraph-commons-version >
9797 <!-- FIXME: DegreeCentralityTest:L50 failed with loader 1.5.0 -->
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ under the License.
1717
1818package version
1919
20- const Version = "1.3 .0"
20+ const Version = "1.7 .0"
You can’t perform that action at this time.
0 commit comments