We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724012b commit c110a4eCopy full SHA for c110a4e
build-support/dep-url.sh
@@ -23,8 +23,7 @@ pulsar_cpp_base_url() {
23
exit 1
24
fi
25
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"
+ echo "https://archive.apache.org/dist/pulsar/pulsar-client-cpp-${VERSION}"
28
}
29
30
download_dependency() {
0 commit comments