From 433f353d157028b916d716327648cc313f15fcb0 Mon Sep 17 00:00:00 2001 From: Anqi Date: Fri, 21 Jan 2022 15:51:17 +0800 Subject: [PATCH] refactor workflow (#45) --- .github/workflows/{maven.yml => pull_request.yml} | 0 .github/workflows/{deploy_release.yml => release.yml} | 0 .github/workflows/{deploy_snapshot.yml => snapshot.yml} | 0 README.md | 8 ++++---- 4 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{maven.yml => pull_request.yml} (100%) rename .github/workflows/{deploy_release.yml => release.yml} (100%) rename .github/workflows/{deploy_snapshot.yml => snapshot.yml} (100%) diff --git a/.github/workflows/maven.yml b/.github/workflows/pull_request.yml similarity index 100% rename from .github/workflows/maven.yml rename to .github/workflows/pull_request.yml diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/release.yml similarity index 100% rename from .github/workflows/deploy_release.yml rename to .github/workflows/release.yml diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/snapshot.yml similarity index 100% rename from .github/workflows/deploy_snapshot.yml rename to .github/workflows/snapshot.yml diff --git a/README.md b/README.md index c470ec7..fc009d5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Flink Connector for Nebula Graph [![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/) [![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/) -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). +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). ## Quick start @@ -15,7 +15,7 @@ Nebula-Flink-Connector 2.0 is a connector that helps Flink users to easily acces To use Nebula Flink Connector, do a check of these: - Java 8 or a higher version is installed. -- 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"). +- 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"). ### Use in Maven Add the dependency to your pom.xml. @@ -24,7 +24,7 @@ Add the dependency to your pom.xml. com.vesoft nebula-flink-connector - 2.6.0 + 3.0-SNAPSHOT ``` @@ -73,4 +73,4 @@ 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 | -| 2.0-SNAPSHOT | nightly | +| 3.0-SNAPSHOT | nightly |