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 version to 3.4.0 #123

Merged
merged 1 commit into from
Feb 6, 2023
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
3 changes: 3 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ Nebula Exchange 和 Nebula 的版本对应关系如下:
|nebula-exchange_spark_2.2-3.3.0.jar| 3.x.x |2.2.*|
|nebula-exchange_spark_2.4-3.3.0.jar| 3.x.x |2.4.*|
|nebula-exchange_spark_3.0-3.3.0.jar| 3.x.x |`3.0.*`,`3.1.*`,`3.2.*`,`3.3.*`|
|nebula-exchange_spark_2.2-3.4.0.jar| 3.x.x |2.2.*|
|nebula-exchange_spark_2.4-3.4.0.jar| 3.x.x |2.4.*|
|nebula-exchange_spark_3.0-3.4.0.jar| 3.x.x |`3.0.*`,`3.1.*`,`3.2.*`,`3.3.*`|
|nebula-exchange_spark_2.2-3.0-SNAPSHOT.jar| nightly |2.2.*|
|nebula-exchange_spark_2.4-3.0-SNAPSHOT.jar| nightly |2.4.*|
|nebula-exchange_spark_3.0-3.0-SNAPSHOT.jar| nightly |`3.0.*`,`3.1.*`,`3.2.*`,`3.3.*`|
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ There are the version correspondence between Nebula Exchange and Nebula:
|nebula-exchange_spark_2.2-3.3.0.jar| 3.x.x |2.2.*|
|nebula-exchange_spark_2.4-3.3.0.jar| 3.x.x |2.4.*|
|nebula-exchange_spark_3.0-3.3.0.jar| 3.x.x |`3.0.*`,`3.1.*`,`3.2.*`,`3.3.*`|
|nebula-exchange_spark_2.2-3.4.0.jar| 3.x.x |2.2.*|
|nebula-exchange_spark_2.4-3.4.0.jar| 3.x.x |2.4.*|
|nebula-exchange_spark_3.0-3.4.0.jar| 3.x.x |`3.0.*`,`3.1.*`,`3.2.*`,`3.3.*`|
|nebula-exchange_spark_2.2-3.0-SNAPSHOT.jar| nightly |2.2.*|
|nebula-exchange_spark_2.4-3.0-SNAPSHOT.jar| nightly |2.4.*|
|nebula-exchange_spark_3.0-3.0-SNAPSHOT.jar| nightly |`3.0.*`,`3.1.*`,`3.2.*`,`3.3.*`|
Expand Down
4 changes: 2 additions & 2 deletions exchange-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>exchange</artifactId>
<groupId>com.vesoft</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<nebula.version>3.0-SNAPSHOT</nebula.version>
<nebula.version>3.4.0</nebula.version>
<scalatest.version>3.2.0</scalatest.version>
<scala-logging.version>3.9.2</scala-logging.version>
</properties>
Expand Down
20 changes: 10 additions & 10 deletions exchange-common/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.4.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -36,7 +36,7 @@ services:
- SYS_PTRACE

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

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

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

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

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

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion nebula-exchange_spark_2.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>exchange</artifactId>
<groupId>com.vesoft</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Loading