This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new d538868332 Use release version of BanyanDB 0.2.0 and Java Client 0.2.0 
(#9946)
d538868332 is described below

commit d5388683322ee6a4aed2a3bc29d439aadfca9a04
Author: Jiajing LU <[email protected]>
AuthorDate: Fri Nov 11 08:46:47 2022 +0800

    Use release version of BanyanDB 0.2.0 and Java Client 0.2.0 (#9946)
---
 oap-server-bom/pom.xml | 3 +--
 test/e2e-v2/script/env | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/oap-server-bom/pom.xml b/oap-server-bom/pom.xml
index d14d8a0a94..67334bcfc5 100644
--- a/oap-server-bom/pom.xml
+++ b/oap-server-bom/pom.xml
@@ -73,8 +73,7 @@
         <awaitility.version>3.0.0</awaitility.version>
         <httpcore.version>4.4.13</httpcore.version>
         <commons-compress.version>1.21</commons-compress.version>
-        <!-- TODO: use release version of banyandb java client -->
-        
<banyandb-java-client.version>0.2.0-SNAPSHOT</banyandb-java-client.version>
+        <banyandb-java-client.version>0.2.0</banyandb-java-client.version>
         <kafka-clients.version>2.4.1</kafka-clients.version>
         <spring-kafka-test.version>2.4.6.RELEASE</spring-kafka-test.version>
     </properties>
diff --git a/test/e2e-v2/script/env b/test/e2e-v2/script/env
index 50ce99a58e..ea62eecd1e 100644
--- a/test/e2e-v2/script/env
+++ b/test/e2e-v2/script/env
@@ -23,6 +23,6 @@ 
SW_AGENT_CLIENT_JS_COMMIT=af0565a67d382b683c1dbd94c379b7080db61449
 SW_AGENT_CLIENT_JS_TEST_COMMIT=4f1eb1dcdbde3ec4a38534bf01dded4ab5d2f016
 SW_KUBERNETES_COMMIT_SHA=0f3ec68e5a7e1608cec8688716b848ed15e971e5
 SW_ROVER_COMMIT=d956eaede57b62108b78bca48045bd09ba88e653
-SW_BANYANDB_COMMIT=6b344929519dfd90203076e471fbf1136bde2262
+SW_BANYANDB_COMMIT=566314a3d72299879233e8b66be218df3b73b6e0
 
 SW_CTL_COMMIT=e684fae0107045fc23799146d62f04cb68bd5a3b

Reply via email to