You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/12/13 17:55:23 UTC

[pulsar-client-python] branch main updated: Upgrade Pulsar C++ client to 3.1.0 (#62)

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

mmerli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-python.git


The following commit(s) were added to refs/heads/main by this push:
     new c110a4e  Upgrade Pulsar C++ client to 3.1.0 (#62)
c110a4e is described below

commit c110a4ea13f4c25e7270a617440f5e3a73c9d004
Author: Yunze Xu <xy...@163.com>
AuthorDate: Wed Dec 14 01:55:16 2022 +0800

    Upgrade Pulsar C++ client to 3.1.0 (#62)
---
 build-support/dep-url.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build-support/dep-url.sh b/build-support/dep-url.sh
index 4afa2bf..92fb317 100644
--- a/build-support/dep-url.sh
+++ b/build-support/dep-url.sh
@@ -23,8 +23,7 @@ pulsar_cpp_base_url() {
     exit 1
   fi
   VERSION=$1
-  # TODO: use official release url from https://archive.apache.org/
-  echo "https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-cpp/pulsar-client-cpp-${VERSION}-candidate-3"
+  echo "https://archive.apache.org/dist/pulsar/pulsar-client-cpp-${VERSION}"
 }
 
 download_dependency() {