diff --git a/README.md b/README.md
index fc009d5..3c8ee63 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Add the dependency to your pom.xml.
com.vesoft
nebula-flink-connector
- 3.0-SNAPSHOT
+ 3.0.0
```
@@ -73,4 +73,5 @@ There are the version correspondence between Nebula Flink Connector and Nebula:
| 2.0.0 | 2.0.0, 2.0.1 |
| 2.5.0 | 2.5.0, 2.5.1 |
| 2.6.0 | 2.6.0 |
+| 3.0.0 | 3.0.0 |
| 3.0-SNAPSHOT | nightly |
diff --git a/connector/pom.xml b/connector/pom.xml
index 662a464..85f1cf8 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -5,7 +5,7 @@
nebula-flink
com.vesoft
- 3.0-SNAPSHOT
+ 3.0.0
../pom.xml
4.0.0
@@ -13,7 +13,7 @@
nebula-flink-connector
- 3.0-SNAPSHOT
+ 3.0.0
1.11.3
2.11
1.8
diff --git a/connector/src/test/resources/docker-compose.yaml b/connector/src/test/resources/docker-compose.yaml
index 05c63b1..2515a2f 100644
--- a/connector/src/test/resources/docker-compose.yaml
+++ b/connector/src/test/resources/docker-compose.yaml
@@ -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}"
@@ -37,7 +37,7 @@ services:
- SYS_PTRACE
metad1:
- image: vesoft/nebula-metad:nightly
+ image: vesoft/nebula-metad:v3.0.0
environment:
USER: root
TZ: "${TZ}"
@@ -73,7 +73,7 @@ services:
- SYS_PTRACE
metad2:
- image: vesoft/nebula-metad:nightly
+ image: vesoft/nebula-metad:v3.0.0
environment:
USER: root
TZ: "${TZ}"
@@ -109,7 +109,7 @@ services:
- SYS_PTRACE
storaged0:
- image: vesoft/nebula-storaged:nightly
+ image: vesoft/nebula-storaged:v3.0.0
environment:
USER: root
TZ: "${TZ}"
@@ -149,7 +149,7 @@ services:
- SYS_PTRACE
storaged1:
- image: vesoft/nebula-storaged:nightly
+ image: vesoft/nebula-storaged:v3.0.0
environment:
USER: root
TZ: "${TZ}"
@@ -189,7 +189,7 @@ services:
- SYS_PTRACE
storaged2:
- image: vesoft/nebula-storaged:nightly
+ image: vesoft/nebula-storaged:v3.0.0
environment:
USER: root
TZ: "${TZ}"
@@ -229,7 +229,7 @@ services:
- SYS_PTRACE
graphd0:
- image: vesoft/nebula-graphd:nightly
+ image: vesoft/nebula-graphd:v3.0.0
environment:
USER: root
TZ: "${TZ}"
@@ -266,7 +266,7 @@ services:
- SYS_PTRACE
graphd1:
- image: vesoft/nebula-graphd:nightly
+ image: vesoft/nebula-graphd:v3.0.0
environment:
USER: root
TZ: "${TZ}"
@@ -303,7 +303,7 @@ services:
- SYS_PTRACE
graphd2:
- image: vesoft/nebula-graphd:nightly
+ image: vesoft/nebula-graphd:v3.0.0
environment:
USER: root
TZ: "${TZ}"
@@ -340,7 +340,7 @@ services:
- SYS_PTRACE
console:
- image: vesoft/nebula-console:nightly
+ image: vesoft/nebula-console:v3.0.0
entrypoint: ""
command:
- sh
diff --git a/example/pom.xml b/example/pom.xml
index 7845765..7d24ffd 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -5,7 +5,7 @@
nebula-flink
com.vesoft
- 3.0-SNAPSHOT
+ 3.0.0
../pom.xml
4.0.0
diff --git a/pom.xml b/pom.xml
index d06a60d..194b703 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.vesoft
nebula-flink
pom
- 3.0-SNAPSHOT
+ 3.0.0
connector