Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme and workflow #38

Merged
merged 2 commits into from
Feb 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
popd
popd

# deploy nebula-spark-connector after nebula-exchange, the parent artifactId nebula-spark cannot be overwrite.
- name: enter the nebula-spark-connector directory
run: pushd nebula-spark-connector

- name: Deploy release to Maven
uses: samuelmeuli/action-maven-publish@v1
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jobs:
popd
popd

# deploy nebula-spark-connector after nebula-exchange, the parent artifactId nebula-spark cannot be overwrite.
- name: enter the nebula-spark-connector directory
run: pushd nebula-spark-connector

- name: Deploy SNAPSHOT to Sonatype
uses: samuelmeuli/action-maven-publish@v1
with:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Nebula Spark Connector 2.0
# Nebula Spark Connector
[中文版](https://github.com/vesoft-inc/nebula-spark-connector/blob/master/README_CN.md)

## Introduction
Expand Down Expand Up @@ -152,7 +152,9 @@ There are the version correspondence between Nebula Spark Connector and Nebula:
| 2.1.0 | 2.0.0, 2.0.1 |
| 2.5.0 | 2.5.0, 2.5.1 |
| 2.5.1 | 2.5.0, 2.5.1 |
| 2.6.0 | 2.6.0 |
| 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 |

## Performance
Expand Down
6 changes: 4 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 欢迎使用 Nebula Spark Connector 2.0
# 欢迎使用 Nebula Spark Connector
[English](https://github.com/vesoft-inc/nebula-spark-connector/blob/master/README.md)
## 介绍

Expand Down Expand Up @@ -153,7 +153,9 @@ Nebula Spark Connector 和 Nebula 的版本对应关系如下:
| 2.1.0 | 2.0.0, 2.0.1 |
| 2.5.0 | 2.5.0, 2.5.1 |
| 2.5.1 | 2.5.0, 2.5.1 |
| 2.6.0 | 2.6.0 |
| 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 |

## 性能
Expand Down