Skip to content

Commit 77593d2

Browse files
committed
update version to 3.1.0
1 parent 21564be commit 77593d2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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>3.0-SNAPSHOT</version>
8+
<version>3.1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -182,7 +182,7 @@
182182
<dependency>
183183
<groupId>com.vesoft</groupId>
184184
<artifactId>nebula-algorithm</artifactId>
185-
<version>3.0-SNAPSHOT</version>
185+
<version>${project.version}</version>
186186
</dependency>
187187
</dependencies>
188188
</project>

nebula-algorithm/pom.xml

+2-2
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>3.0-SNAPSHOT</version>
9+
<version>3.1.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>3.0-SNAPSHOT</nebula.version>
18+
<nebula.version>3.4.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

+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>3.0-SNAPSHOT</version>
10+
<version>3.1.0</version>
1111

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

0 commit comments

Comments
 (0)