Skip to content

Commit 265c6c2

Browse files
committed
keep using 1.3.0 hugegraph image
1 parent d476719 commit 265c6c2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

computer/pom.xml

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

9393
<properties>
9494
<revision>1.5.0</revision>
95-
<!-- TODO: update the version after toolchain v1.2 fixed -->
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>
95+
<!-- TODO: fix deps conflicts & update to 1.5.0 -->
96+
<hugegraph-commons-version>1.3.0</hugegraph-commons-version>
97+
<!-- FIXME: DegreeCentralityTest:L50 failed with loader 1.5.0 -->
98+
<hugegraph-toolchain-version>1.3.0</hugegraph-toolchain-version>
10099
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
101100
<top.level.dir>${project.basedir}/..</top.level.dir>
102101
<release.name>hugegraph-computer</release.name>

0 commit comments

Comments
 (0)