Skip to content

Commit f6b10ff

Browse files
authored
modify version to 2.5.1 (#373)
1 parent 1d00950 commit f6b10ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vesoft</groupId>
77
<artifactId>nebula</artifactId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
@@ -234,4 +234,4 @@
234234
<version>${servlet.version}</version>
235235
</dependency>
236236
</dependencies>
237-
</project>
237+
</project>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vesoft</groupId>
77
<artifactId>nebula</artifactId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

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>nebula</artifactId>
99
<packaging>pom</packaging>
10-
<version>2.5.0</version>
10+
<version>2.5.1</version>
1111

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

0 commit comments

Comments
 (0)