Skip to content

Commit

Permalink
update version to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Apr 26, 2024
1 parent 085769e commit 284a613
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
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.8.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.8.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.8.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.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
20 changes: 10 additions & 10 deletions nebula-exchange_spark_2.4/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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.0
entrypoint: ""
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion nebula-exchange_spark_3.0/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.8.0</version>
</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>exchange</artifactId>
<packaging>pom</packaging>
<version>3.0-SNAPSHOT</version>
<version>3.8.0</version>

<!-- More Project Information -->
<name>nebula-exchange</name>
Expand Down

0 comments on commit 284a613

Please sign in to comment.