You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by lu...@apache.org on 2022/11/10 15:22:16 UTC

[skywalking] branch update-banyandb-java-client-0.2.0 created (now d97276dcb3)

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

lujiajing pushed a change to branch update-banyandb-java-client-0.2.0
in repository https://gitbox.apache.org/repos/asf/skywalking.git


      at d97276dcb3 update banyandb java client

This branch includes the following new commits:

     new d97276dcb3 update banyandb java client

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: update banyandb java client

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lujiajing pushed a commit to branch update-banyandb-java-client-0.2.0
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit d97276dcb310d85dbf2975a89adc56e0025dfff7
Author: Megrez Lu <lu...@gmail.com>
AuthorDate: Thu Nov 10 23:21:56 2022 +0800

    update banyandb java client
---
 oap-server-bom/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 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>