Skip to content

Commit 40677b0

Browse files
authored
update version to 2.6.1 (#35)
1 parent ac445cc commit 40677b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/pom.xml

+2-2
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.6.0</version>
8+
<version>2.6.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>com.vesoft</groupId>
185185
<artifactId>nebula-algorithm</artifactId>
186-
<version>2.6.0</version>
186+
<version>2.6.1</version>
187187
</dependency>
188188
</dependencies>
189189
</project>

nebula-algorithm/pom.xml

+1-1
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.6.0</version>
9+
<version>2.6.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>

pom.xml

+1-1
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.6.0</version>
10+
<version>2.6.1</version>
1111

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

0 commit comments

Comments
 (0)