Skip to content

Commit c110a4e

Browse files
Upgrade Pulsar C++ client to 3.1.0 (#62)
1 parent 724012b commit c110a4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build-support/dep-url.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ pulsar_cpp_base_url() {
2323
exit 1
2424
fi
2525
VERSION=$1
26-
# TODO: use official release url from https://archive.apache.org/
27-
echo "https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-cpp/pulsar-client-cpp-${VERSION}-candidate-3"
26+
echo "https://archive.apache.org/dist/pulsar/pulsar-client-cpp-${VERSION}"
2827
}
2928

3029
download_dependency() {

0 commit comments

Comments
 (0)