diff --git a/exchange-common/pom.xml b/exchange-common/pom.xml index 84829e29..710ae53a 100644 --- a/exchange-common/pom.xml +++ b/exchange-common/pom.xml @@ -5,7 +5,7 @@ exchange com.vesoft - 3.0-SNAPSHOT + 3.8.0 4.0.0 @@ -14,7 +14,7 @@ 1.8 1.8 - 3.0-SNAPSHOT + 3.8.0 3.2.0 3.9.2 diff --git a/exchange-common/src/test/resources/docker-compose.yaml b/exchange-common/src/test/resources/docker-compose.yaml index fb28aea4..72fc44ea 100644 --- a/exchange-common/src/test/resources/docker-compose.yaml +++ b/exchange-common/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.6.0 environment: USER: root TZ: "${TZ}" @@ -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}" @@ -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}" @@ -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}" @@ -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}" @@ -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}" @@ -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}" @@ -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}" @@ -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}" @@ -331,7 +331,7 @@ services: - SYS_PTRACE console: - image: vesoft/nebula-console:nightly + image: vesoft/nebula-console:v3.6.0 entrypoint: "" command: - sh diff --git a/nebula-exchange_spark_2.2/pom.xml b/nebula-exchange_spark_2.2/pom.xml index acf99ac7..02955919 100644 --- a/nebula-exchange_spark_2.2/pom.xml +++ b/nebula-exchange_spark_2.2/pom.xml @@ -5,7 +5,7 @@ exchange com.vesoft - 3.0-SNAPSHOT + 3.8.0 4.0.0 diff --git a/nebula-exchange_spark_2.4/pom.xml b/nebula-exchange_spark_2.4/pom.xml index ac794e9b..9d2fba19 100644 --- a/nebula-exchange_spark_2.4/pom.xml +++ b/nebula-exchange_spark_2.4/pom.xml @@ -5,7 +5,7 @@ exchange com.vesoft - 3.0-SNAPSHOT + 3.8.0 ../pom.xml 4.0.0 diff --git a/nebula-exchange_spark_2.4/src/test/resources/docker-compose.yaml b/nebula-exchange_spark_2.4/src/test/resources/docker-compose.yaml index fb28aea4..72fc44ea 100644 --- a/nebula-exchange_spark_2.4/src/test/resources/docker-compose.yaml +++ b/nebula-exchange_spark_2.4/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.6.0 environment: USER: root TZ: "${TZ}" @@ -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}" @@ -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}" @@ -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}" @@ -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}" @@ -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}" @@ -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}" @@ -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}" @@ -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}" @@ -331,7 +331,7 @@ services: - SYS_PTRACE console: - image: vesoft/nebula-console:nightly + image: vesoft/nebula-console:v3.6.0 entrypoint: "" command: - sh diff --git a/nebula-exchange_spark_3.0/pom.xml b/nebula-exchange_spark_3.0/pom.xml index 825c1a59..ca957874 100644 --- a/nebula-exchange_spark_3.0/pom.xml +++ b/nebula-exchange_spark_3.0/pom.xml @@ -5,7 +5,7 @@ exchange com.vesoft - 3.0-SNAPSHOT + 3.8.0 4.0.0 diff --git a/pom.xml b/pom.xml index 6aecd197..97a01a67 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.vesoft exchange pom - 3.0-SNAPSHOT + 3.8.0 nebula-exchange