Skip to content

Commit

Permalink
modify v2.5.0 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-ding authored Aug 18, 2021
1 parent 35297b6 commit 0fbc3c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,13 @@ There are the version correspondence between client and Nebula:
| Client version | Nebula Version |
|:--------------:|:-------------------:|
| 1.0.0 | 1.0.0 |
| 1.0.1 | 1.1.0,1.2.0 |
| 1.1.0 | 1.1.0,1.2.0 |
| 1.0.1 | 1.1.0,1.2.0 |
| 1.1.0 | 1.1.0,1.2.0 |
| 1.2.0 | 1.1.0,1.2.0,1.2.1 |
| 2.0.0-beta | 2.0.0-beta |
| 2.0.0-rc1 | 2.0.0-rc1 |
| 2.0.0 | >= 2.0.0 |
| 2.0.0/2.0.1 | 2.0.0/2.0.1 |
| 2.5.0 | >= 2.5.0 |
| 2.0.0-SNAPSHOT| 2.0.0-nightly |

## Graph client example
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vesoft</groupId>
<artifactId>nebula</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vesoft</groupId>
<artifactId>nebula</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.vesoft</groupId>
<artifactId>nebula</artifactId>
<packaging>pom</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.5.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 0fbc3c6

Please sign in to comment.