This is an automated email from the ASF dual-hosted git repository.
bipinprasad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 495c8b08c [Storm-3843] Change http://mail-archives.apache.org to
https://mail-archives.apache.org (#3462)
495c8b08c is described below
commit 495c8b08c25f63cf0ae928e49346f73c856545a4
Author: Bipin Prasad <[email protected]>
AuthorDate: Tue Apr 5 07:14:44 2022 -0700
[Storm-3843] Change http://mail-archives.apache.org to
https://mail-archives.apache.org (#3462)
* [STORM-3841] Update hive version from 2.3.4 to 2.3.9, in order to avoid
dependency on javax.jms
* [STORM-3843] Update http://mail-archives.apache.org to https
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d9f2a5126..a8b778a5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,14 +44,14 @@
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/storm-user/</archive>
+
<archive>https://mail-archives.apache.org/mod_mbox/storm-user/</archive>
</mailingList>
<mailingList>
<name>Storm developer mailing list</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/storm-dev/</archive>
+
<archive>https://mail-archives.apache.org/mod_mbox/storm-dev/</archive>
</mailingList>
</mailingLists>