This is an automated email from the ASF dual-hosted git repository.
arp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 3c834a5f50 Updated the zlib download URL to stable URL (#5206)
3c834a5f50 is described below
commit 3c834a5f5038b29c94f1f498804f5a7a3a56b345
Author: Hemant Kumar <[email protected]>
AuthorDate: Tue Aug 22 11:11:51 2023 -0700
Updated the zlib download URL to stable URL (#5206)
---
hadoop-hdds/rocks-native/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-hdds/rocks-native/pom.xml b/hadoop-hdds/rocks-native/pom.xml
index e97b2595bd..14fec20de3 100644
--- a/hadoop-hdds/rocks-native/pom.xml
+++ b/hadoop-hdds/rocks-native/pom.xml
@@ -116,7 +116,7 @@
<goal>wget</goal>
</goals>
<configuration>
-
<url>https://zlib.net/zlib-${zlib.version}.tar.gz</url>
+
<url>https://zlib.net/fossils/zlib-${zlib.version}.tar.gz</url>
<outputFileName>zlib-${zlib.version}.tar.gz</outputFileName>
<outputDirectory>${project.build.directory}/zlib</outputDirectory>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]