From ad6d8656649d8016dd41060acabbd1f0854ac258 Mon Sep 17 00:00:00 2001 From: Anqi Date: Mon, 14 Feb 2022 17:21:59 +0800 Subject: [PATCH] update version to 3.0.0 (#33) --- README.md | 6 +++--- README_CN.md | 6 +++--- example/pom.xml | 2 +- nebula-spark-connector/pom.xml | 4 ++-- .../src/test/resources/docker-compose.yaml | 20 +++++++++---------- pom.xml | 2 +- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index aa4ef43d..252e0a2f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Nebula Spark Connector 2.0/3.0 only supports Nebula Graph 2.x/3.x. If you are us $ mvn clean package -Dmaven.test.skip=true -Dgpg.skip -Dmaven.javadoc.skip=true ``` - After the packaging, you can see the newly generated nebula-spark-connector-3.0-SNAPSHOT.jar under the nebula-spark-connector/nebula-spark-connector/target/ directory. + After the packaging, you can see the newly generated nebula-spark-connector-3.0.0.jar under the nebula-spark-connector/nebula-spark-connector/target/ directory. ## New Features (Compared to Nebula Spark Connector 1.0) * Supports more connection configurations, such as timeout, connectionRetry, and executionRetry. @@ -33,7 +33,7 @@ Nebula Spark Connector 2.0/3.0 only supports Nebula Graph 2.x/3.x. If you are us com.vesoft nebula-spark-connector - 3.0-SNAPSHOT + 3.0.0 ``` @@ -154,7 +154,7 @@ There are the version correspondence between Nebula Spark Connector and Nebula: | 2.5.1 | 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.0 | 3.0.0 | | 3.0-SNAPSHOT | nightly | ## Performance diff --git a/README_CN.md b/README_CN.md index 209eadf2..e97744af 100644 --- a/README_CN.md +++ b/README_CN.md @@ -14,7 +14,7 @@ Nebula Spark Connector 2.0/3.0 仅支持 Nebula Graph 2.x/3.x。如果您正在 $ mvn clean package -Dmaven.test.skip=true -Dgpg.skip -Dmaven.javadoc.skip=true ``` - 编译打包完成后,可以在 nebula-spark-connector/nebula-spark-connector/target/ 目录下看到 nebula-spark-connector-3.0-SNAPSHOT.jar 文件。 + 编译打包完成后,可以在 nebula-spark-connector/nebula-spark-connector/target/ 目录下看到 nebula-spark-connector-3.0.0.jar 文件。 ## 特性 @@ -32,7 +32,7 @@ Nebula Spark Connector 2.0/3.0 仅支持 Nebula Graph 2.x/3.x。如果您正在 com.vesoft nebula-spark-connector - 3.0-SNAPSHOT + 3.0.0 ``` @@ -155,7 +155,7 @@ Nebula Spark Connector 和 Nebula 的版本对应关系如下: | 2.5.1 | 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.0 | 3.0.0 | | 3.0-SNAPSHOT | nightly | ## 性能 diff --git a/example/pom.xml b/example/pom.xml index 47807d1d..cc2f1dc5 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -5,7 +5,7 @@ nebula-spark com.vesoft - 3.0-SNAPSHOT + 3.0.0 ../pom.xml 4.0.0 diff --git a/nebula-spark-connector/pom.xml b/nebula-spark-connector/pom.xml index ace6b2e6..f3117d69 100644 --- a/nebula-spark-connector/pom.xml +++ b/nebula-spark-connector/pom.xml @@ -5,7 +5,7 @@ nebula-spark com.vesoft - 3.0-SNAPSHOT + 3.0.0 ../pom.xml 4.0.0 @@ -14,7 +14,7 @@ 2.4.4 - 3.0-SNAPSHOT + 3.0.0 1.8 1.8 3.2.3 diff --git a/nebula-spark-connector/src/test/resources/docker-compose.yaml b/nebula-spark-connector/src/test/resources/docker-compose.yaml index bce1badb..c2d70289 100644 --- a/nebula-spark-connector/src/test/resources/docker-compose.yaml +++ b/nebula-spark-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}" @@ -36,7 +36,7 @@ services: - SYS_PTRACE metad1: - image: vesoft/nebula-metad:nightly + image: vesoft/nebula-metad:v3.0.0 environment: USER: root TZ: "${TZ}" @@ -71,7 +71,7 @@ services: - SYS_PTRACE metad2: - image: vesoft/nebula-metad:nightly + image: vesoft/nebula-metad:v3.0.0 environment: USER: root TZ: "${TZ}" @@ -106,7 +106,7 @@ services: - SYS_PTRACE storaged0: - image: vesoft/nebula-storaged:nightly + image: vesoft/nebula-storaged:v3.0.0 environment: USER: root TZ: "${TZ}" @@ -145,7 +145,7 @@ services: - SYS_PTRACE storaged1: - image: vesoft/nebula-storaged:nightly + image: vesoft/nebula-storaged:v3.0.0 environment: USER: root TZ: "${TZ}" @@ -184,7 +184,7 @@ services: - SYS_PTRACE storaged2: - image: vesoft/nebula-storaged:nightly + image: vesoft/nebula-storaged:v3.0.0 environment: USER: root TZ: "${TZ}" @@ -223,7 +223,7 @@ services: - SYS_PTRACE graphd0: - image: vesoft/nebula-graphd:nightly + image: vesoft/nebula-graphd:v3.0.0 environment: USER: root TZ: "${TZ}" @@ -259,7 +259,7 @@ services: - SYS_PTRACE graphd1: - image: vesoft/nebula-graphd:nightly + image: vesoft/nebula-graphd:v3.0.0 environment: USER: root TZ: "${TZ}" @@ -295,7 +295,7 @@ services: - SYS_PTRACE graphd2: - image: vesoft/nebula-graphd:nightly + image: vesoft/nebula-graphd:v3.0.0 environment: USER: root TZ: "${TZ}" @@ -331,7 +331,7 @@ services: - SYS_PTRACE console: - image: vesoft/nebula-console:nightly + image: vesoft/nebula-console:v3.0.0 entrypoint: "" command: - sh diff --git a/pom.xml b/pom.xml index 01d76c89..52621529 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.vesoft nebula-spark pom - 3.0-SNAPSHOT + 3.0.0 UTF-8