Skip to content

Commit

Permalink
update version to v3.3.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Oct 31, 2022
1 parent 44015bb commit 094731e
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ 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.x,3.1.x,3.2.x,3.3.x |
| 3.3.0 | 3.0.x,3.1.x,3.2.x,3.3.x |
| 3.0-SNAPSHOT | nightly |

## 性能
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>nebula-spark</artifactId>
<groupId>com.vesoft</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions nebula-spark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<artifactId>nebula-spark</artifactId>
<groupId>com.vesoft</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>nebula-spark-common</artifactId>


<properties>
<nebula.version>3.0-SNAPSHOT</nebula.version>
<nebula.version>3.3.0</nebula.version>
<compiler.source.version>1.8</compiler.source.version>
<compiler.target.version>1.8</compiler.target.version>
<scalatest.version>3.2.3</scalatest.version>
Expand Down
2 changes: 1 addition & 1 deletion nebula-spark-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>nebula-spark</artifactId>
<groupId>com.vesoft</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
20 changes: 10 additions & 10 deletions nebula-spark-connector/src/test/resources/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad0:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
- SYS_PTRACE

metad1:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -73,7 +73,7 @@ services:
- SYS_PTRACE

metad2:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -109,7 +109,7 @@ services:
- SYS_PTRACE

storaged0:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -149,7 +149,7 @@ services:
- SYS_PTRACE

storaged1:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -189,7 +189,7 @@ services:
- SYS_PTRACE

storaged2:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -229,7 +229,7 @@ services:
- SYS_PTRACE

graphd0:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -266,7 +266,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -303,7 +303,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -340,7 +340,7 @@ services:
- SYS_PTRACE

console:
image: vesoft/nebula-console:nightly
image: vesoft/nebula-console:v3.3.0
entrypoint: ""
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion nebula-spark-connector_2.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>nebula-spark</artifactId>
<groupId>com.vesoft</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.vesoft</groupId>
<artifactId>nebula-spark</artifactId>
<packaging>pom</packaging>
<version>3.0-SNAPSHOT</version>
<version>3.3.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 094731e

Please sign in to comment.