Skip to content

Commit 19be424

Browse files
authored
update version to v2.6.0 (#26)
* update version to v2.6.0 * update readme * update version
1 parent e3ca660 commit 19be424

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

README-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ nebula-algorithm 是一款基于 [GraphX](https://spark.apache.org/graphx/) 的
8282
|:------------------------:|:--------------:|
8383
| 2.0.0 | 2.0.0, 2.0.1 |
8484
| 2.1.0 | 2.0.0, 2.0.1 |
85-
| 2.5.0 | >=2.5.0 |
85+
| 2.5.0 |2.5.0,2.5.1,2.6.0,2.6.1|
86+
| 2.6.0 |2.5.0,2.5.1,2.6.0,2.6.1|
8687
| 2.5-SNAPSHOT | nightly |
8788
8889
## 贡献

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ You could submit the entire spark application or invoke algorithms in `lib` libr
9292
|:------------------------:|:--------------:|
9393
| 2.0.0 | 2.0.0, 2.0.1 |
9494
| 2.1.0 | 2.0.0, 2.0.1 |
95-
| 2.5.0 | >=2.5.0 |
95+
| 2.5.0 |2.5.0,2.5.1,2.6.0,2.6.1|
96+
| 2.6.0 |2.5.0,2.5.1,2.6.0,2.6.1|
9697
| 2.5-SNAPSHOT | nightly |
9798
9899
## Contribute

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>algorithm</artifactId>
77
<groupId>com.vesoft</groupId>
8-
<version>2.5-SNAPSHOT</version>
8+
<version>2.6.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -158,7 +158,7 @@
158158
<dependency>
159159
<groupId>com.vesoft</groupId>
160160
<artifactId>nebula-algorithm</artifactId>
161-
<version>2.5-SNAPSHOT</version>
161+
<version>2.6.0</version>
162162
</dependency>
163163
</dependencies>
164164
</project>

nebula-algorithm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>algorithm</artifactId>
88
<groupId>com.vesoft</groupId>
9-
<version>2.5-SNAPSHOT</version>
9+
<version>2.6.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<spark.version>2.4.4</spark.version>
18-
<nebula.version>2.5-SNAPSHOT</nebula.version>
18+
<nebula.version>2.6.0</nebula.version>
1919
<config.version>1.4.0</config.version>
2020
<scopt.version>3.7.1</scopt.version>
2121
<scalatest.version>3.2.0</scalatest.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.vesoft</groupId>
88
<artifactId>algorithm</artifactId>
99
<packaging>pom</packaging>
10-
<version>2.5-SNAPSHOT</version>
10+
<version>2.6.0</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)