Skip to content

Commit 433f353

Browse files
authored
refactor workflow (#45)
1 parent 4741072 commit 433f353

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Flink Connector for Nebula Graph
66
[![GitHub stars](https://img.shields.io/github/stars/vesoft-inc/nebula-flink-connector.svg?color=brightgreen)](https://GitHub.com/vesoft-inc/nebula-flink-connector/stargazers/)
77
[![GitHub fork](https://img.shields.io/github/forks/vesoft-inc/nebula-flink-connector.svg?color=brightgreen)](https://GitHub.com/vesoft-inc/nebula-flink-connector/forks/)
88

9-
Nebula-Flink-Connector 2.0 is a connector that helps Flink users to easily access Nebula Graph 2.0. If you want to access Nebula Graph 1.x with Flink, please refer to [Nebula-Flink-Connector 1.0](https://github.com/vesoft-inc/nebula-java/tree/v1.0/tools/nebula-flink).
9+
Nebula-Flink-Connector 2.0/3.0 is a connector that helps Flink users to easily access Nebula Graph 2.0/3.0. If you want to access Nebula Graph 1.x with Flink, please refer to [Nebula-Flink-Connector 1.0](https://github.com/vesoft-inc/nebula-java/tree/v1.0/tools/nebula-flink).
1010

1111
## Quick start
1212

@@ -15,7 +15,7 @@ Nebula-Flink-Connector 2.0 is a connector that helps Flink users to easily acces
1515
To use Nebula Flink Connector, do a check of these:
1616

1717
- Java 8 or a higher version is installed.
18-
- Nebula Graph v2.0 is deployed. For more information, see [Deployment and installation of Nebula Graph](https://docs.nebula-graph.io/2.0/4.deployment-and-installation/1.resource-preparations/ "Click to go to Nebula Graph website").
18+
- Nebula Graph is deployed. For more information, see [Deployment and installation of Nebula Graph](https://docs.nebula-graph.io/2.0/4.deployment-and-installation/1.resource-preparations/ "Click to go to Nebula Graph website").
1919

2020
### Use in Maven
2121
Add the dependency to your pom.xml.
@@ -24,7 +24,7 @@ Add the dependency to your pom.xml.
2424
<dependency>
2525
<groupId>com.vesoft</groupId>
2626
<artifactId>nebula-flink-connector</artifactId>
27-
<version>2.6.0</version>
27+
<version>3.0-SNAPSHOT</version>
2828
</dependency>
2929
```
3030

@@ -73,4 +73,4 @@ There are the version correspondence between Nebula Flink Connector and Nebula:
7373
| 2.0.0 | 2.0.0, 2.0.1 |
7474
| 2.5.0 | 2.5.0, 2.5.1 |
7575
| 2.6.0 | 2.6.0 |
76-
| 2.0-SNAPSHOT | nightly |
76+
| 3.0-SNAPSHOT | nightly |

0 commit comments

Comments
 (0)