Skip to content

Commit 7e40c8a

Browse files
authored
chore: bump project version to 1.7.0 (RELEASE) (#338)
1 parent 0397880 commit 7e40c8a

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

computer/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.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
4747
curator-client-2.13.0.jar
4848
curator-framework-2.13.0.jar
4949
curator-recipes-2.13.0.jar

computer/computer-dist/src/assembly/travis/install-k8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
set -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
2222
sudo mkdir -p /usr/local/bin/
2323
sudo install minikube /usr/local/bin/
2424

computer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
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 -->

vermeer/apps/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ under the License.
1717

1818
package version
1919

20-
const Version = "1.3.0"
20+
const Version = "1.7.0"

0 commit comments

Comments
 (0)