Skip to content

Commit

Permalink
update version to 3.0.0 (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Feb 14, 2022
1 parent fc6b772 commit 549d8fc
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 23 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ In the v1.0 branch, you can find source code of these:

For more information, see [README of v1.0](https://github.com/vesoft-inc/nebula-java/blob/v1.0/README.md).

### The v2.0.0-rc branch
### The v3.0.0 branch

The v2.0.0-rc branch works with Nebula Graph v2.0.0-beta and v2.0.0-rc1, but not for the latest nightly Nebula Graph.
The v3.0.0 branch works with Nebula Graph v3.0.0, but not for the latest nightly Nebula Graph.

## Prerequisites

Expand Down Expand Up @@ -69,6 +69,7 @@ There are the version correspondence between client and Nebula:
| 2.5.0 | 2.5.0,2.5.1 |
| 2.6.0 | 2.6.0,2.6.1 |
| 2.6.1 | 2.6.0,2.6.1 |
| 3.0.0 | 3.0.0 |
| 3.0-SNAPSHOT | 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>3.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 4 additions & 4 deletions client/src/test/resources/docker-compose-casigned.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad-casigned:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -43,7 +43,7 @@ services:
- SYS_PTRACE

storaged-casigned:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -87,7 +87,7 @@ services:
- SYS_PTRACE

graphd-casigned:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -129,7 +129,7 @@ services:
cap_add:
- SYS_PTRACE
console:
image: vesoft/nebula-console:nightly
image: vesoft/nebula-console:v3.0.0
entrypoint: ""
command:
- sh
Expand Down
8 changes: 4 additions & 4 deletions client/src/test/resources/docker-compose-selfsigned.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad-selfsigned:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -43,7 +43,7 @@ services:
- SYS_PTRACE

storaged-selfsigned:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -87,7 +87,7 @@ services:
- SYS_PTRACE

graphd-selfsigned:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -128,7 +128,7 @@ services:
cap_add:
- SYS_PTRACE
console:
image: vesoft/nebula-console:nightly
image: vesoft/nebula-console:v3.0.0
entrypoint: ""
command:
- sh
Expand Down
20 changes: 10 additions & 10 deletions client/src/test/resources/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad0:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -38,7 +38,7 @@ services:
- SYS_PTRACE

metad1:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -75,7 +75,7 @@ services:
- SYS_PTRACE

metad2:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -112,7 +112,7 @@ services:
- SYS_PTRACE

storaged0:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -153,7 +153,7 @@ services:
- SYS_PTRACE

storaged1:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -194,7 +194,7 @@ services:
- SYS_PTRACE

storaged2:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -235,7 +235,7 @@ services:
- SYS_PTRACE

graphd0:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -273,7 +273,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -311,7 +311,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.0.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -348,7 +348,7 @@ services:
cap_add:
- SYS_PTRACE
console:
image: vesoft/nebula-console:nightly
image: vesoft/nebula-console:v3.0.0
entrypoint: ""
command:
- sh
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>3.0-SNAPSHOT</version>
<version>3.0.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 @@ -5,7 +5,7 @@
<groupId>com.vesoft</groupId>
<artifactId>nebula</artifactId>
<packaging>pom</packaging>
<version>3.0-SNAPSHOT</version>
<version>3.0.0</version>

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

0 comments on commit 549d8fc

Please sign in to comment.