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

rabreu pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/storm-site.git

commit c1b19a5cceb0071d490a175a06e46f59299dfa83
Author: Rui Abreu <[email protected]>
AuthorDate: Wed Sep 4 00:16:53 2024 +0100

    Modifing downloads page, adding new post and modifying News page
---
 _posts/2024-09-03-storm264-released.md    |  40 +++
 content/2024/09/03/storm264-released.html | 408 ++++++++++++++++++++++++++++++
 downloads.html                            |  34 +--
 3 files changed, 465 insertions(+), 17 deletions(-)

diff --git a/_posts/2024-09-03-storm264-released.md 
b/_posts/2024-09-03-storm264-released.md
new file mode 100644
index 000000000..ad1234923
--- /dev/null
+++ b/_posts/2024-09-03-storm264-released.md
@@ -0,0 +1,40 @@
+---
+layout: post
+title: Apache Storm 2.6.4 Released
+author: Rui Abreu
+---
+
+The Apache Storm community is pleased to announce that version 2.6.4 has been
+released and is available from [the downloads page](/downloads.html).
+
+This release includes new features as well as a number of code improvements, 
bug fixes and library updates.
+We encourage users of previous versions to upgrade to this latest release.
+
+Thanks
+------
+Special thanks are due to all those who have contributed to Apache Storm -- 
whether
+through direct code contributions, documentation, bug reports, or helping other
+users on the mailing lists. Your efforts are much appreciated.
+
+
+Changes in this Release - Storm 2.6.4
+---------
+<p>JIRA issues addressed in the 2.6.4 release of Storm. Documentation for this 
release is available at the <a href="https://storm.apache.org/";>Apache Storm 
project site</a>.</p>
+
+<h2>New Feature</h2>
+<ul><li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4070";>STORM-4070</a>] - mTls 
support</li>
+</ul>
+
+<h2>Bug</h2>
+<ul><li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4069";>STORM-4069</a>] -  
java.lang.ClassCastException for Trident-based Topology</li>
+</ul>
+
+<h2>Dependency upgrade</h2>
+<ul>
+    <li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4071";>STORM-4071</a>] - Bump 
com.zaxxer:HikariCP from 5.0.1 to 5.1.0 </li>
+    <li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4072";>STORM-4072</a>] - Bump 
org.jctools:jctools-core from 2.0.1 to 4.0.5 </li>
+    <li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4073";>STORM-4073</a>] - Bump 
com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.17.2 </li>
+    <li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4074";>STORM-4074</a>] - Bump 
joda-time:joda-time from 2.12.5 to 2.12.7</li>
+    <li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4078";>STORM-4078</a>] - 
Uplift Netty version to 4.1.112</li>
+</ul>
+</body>
diff --git a/content/2024/09/03/storm264-released.html 
b/content/2024/09/03/storm264-released.html
new file mode 100644
index 000000000..4de3d6c90
--- /dev/null
+++ b/content/2024/09/03/storm264-released.html
@@ -0,0 +1,408 @@
+<!DOCTYPE html>
+<html>
+
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <title>Apache Storm 2.6.3 Released</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Bootstrap theme -->
+    <link href="/assets/css/bootstrap-theme.min.css" rel="stylesheet">
+
+    <!-- Custom styles for this template -->
+    <link href="/css/font-awesome.min.css" rel="stylesheet">
+    <link href="/css/style.css" rel="stylesheet">
+    <link href="/assets/css/owl.theme.css" rel="stylesheet">
+    <link href="/assets/css/owl.carousel.css" rel="stylesheet">
+    <script type="text/javascript" src="/assets/js/jquery.min.js"></script>
+    <script type="text/javascript" src="/assets/js/bootstrap.min.js"></script>
+    <script type="text/javascript" 
src="/assets/js/owl.carousel.min.js"></script>
+    <script type="text/javascript" src="/assets/js/storm.js"></script>
+</head>
+
+
+
+<body>
+
+    <header>
+    <div class="container-fluid">
+        <div class="row">
+            <div class="col-md-5">
+                <a href="/index.html"><img src="/images/logo.png" 
class="logo"/></a>
+            </div>
+            <div class="col-md-5">
+                
+            </div>
+            <div class="col-md-2">
+                <a href="/downloads.html" class="btn-std btn-block 
btn-download">Download</a>
+            </div>
+        </div>
+    </div>
+</header>
+<!--Header End-->
+<!--Navigation Begin-->
+<div class="navbar" role="banner">
+    <div class="container-fluid">
+        <div class="navbar-header">
+            <button class="navbar-toggle" type="button" data-toggle="collapse" 
data-target=".bs-navbar-collapse">
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+        </div>
+        <nav class="collapse navbar-collapse bs-navbar-collapse" 
role="navigation">
+            <ul class="nav navbar-nav">
+                <li><a href="/index.html" id="home">Home</a></li>
+                <li><a href="/getting-help.html" id="getting-help">Getting 
Help</a></li>
+                <li><a href="/about/integrates.html" id="project-info">Project 
Information</a></li>
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
id="documentation">Documentation <b
+                            class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                        
+                        
+                        <li><a href="/releases/2.6.4/index.html">2.6.4</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/2.6.3/index.html">2.6.3</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/2.6.2/index.html">2.6.2</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/2.6.1/index.html">2.6.1</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/2.6.0/index.html">2.6.0</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/2.5.0/index.html">2.5.0</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/2.4.0/index.html">2.4.0</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/2.3.0/index.html">2.3.0</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/2.2.1/index.html">2.2.1</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/2.2.0/index.html">2.2.0</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/2.1.1/index.html">2.1.1</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/2.1.0/index.html">2.1.0</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/2.0.0/index.html">2.0.0</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/1.2.4/index.html">1.2.4</a></li>
+                        
+                        
+                        
+                        <li><a href="/releases/1.2.3/index.html">1.2.3</a></li>
+                        
+                        
+                    </ul>
+                </li>
+                <li><a href="/talksAndVideos.html">Talks and 
Slideshows</a></li>
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
id="contribute">Community <b
+                            class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                        <li><a 
href="/contribute/Contributing-to-Storm.html">Contributing</a></li>
+                        <li><a href="/contribute/People.html">People</a></li>
+                        <li><a href="/contribute/BYLAWS.html">ByLaws</a></li>
+                        <li><a href="/Powered-By.html">PoweredBy</a></li>
+                    </ul>
+                </li>
+                <li><a href="/2024/09/03/storm264-released.html" 
id="news">News</a></li>
+            </ul>
+        </nav>
+    </div>
+</div>
+
+
+
+    <div class="container-fluid">
+        <div class="row">
+            <div class="col-md-12">
+                <div class="row">
+                    <div class="col-md-3">
+                        <ul class="news" id="news-list">
+
+                            <li><a 
href="/2024/09/03/storm264-released.html">Apache Storm 2.6.4 Released</a></li>
+                            
+                               <li><a 
href="/2024/07/25/storm263-released.html">Apache Storm 2.6.3 Released</a></li>
+                               
+                               <li><a 
href="/2024/04/05/storm262-released.html">Apache Storm 2.6.2 Released</a></li>
+                               
+                               <li><a 
href="/2024/02/02/storm261-released.html">Apache Storm 2.6.1 Released</a></li>
+                               
+                               <li><a 
href="/2023/11/22/storm260-released.html">Apache Storm 2.6.0 Released</a></li>
+                               
+                               <li><a 
href="/2023/08/04/storm250-released.html">Apache Storm 2.5.0 Released</a></li>
+                               
+                               <li><a 
href="/2022/03/25/storm240-released.html">Apache Storm 2.4.0 Released</a></li>
+                               
+                               <li><a 
href="/2021/10/14/storm211-released.html">Apache Storm 2.1.1 Released</a></li>
+                               
+                               <li><a 
href="/2021/10/11/storm221-released.html">Apache Storm 2.2.1 Released</a></li>
+                               
+                               <li><a 
href="/2021/10/11/storm124-released.html">Apache Storm 1.2.4 Released</a></li>
+                               
+                               <li><a 
href="/2021/09/27/storm230-released.html">Apache Storm 2.3.0 Released</a></li>
+                               
+                               <li><a 
href="/2020/06/30/storm220-released.html">Apache Storm 2.2.0 Released</a></li>
+                               
+                               <li><a 
href="/2019/10/31/storm210-released.html">Apache Storm 2.1.0 Released</a></li>
+                               
+                               <li><a 
href="/2019/07/18/storm123-released.html">Apache Storm 1.2.3 Released</a></li>
+                               
+                               <li><a 
href="/2019/05/30/storm200-released.html">Apache Storm 2.0.0 Released</a></li>
+                               
+                               <li><a 
href="/2018/06/04/storm122-released.html">Apache Storm 1.2.2 Released</a></li>
+                               
+                               <li><a 
href="/2018/06/04/storm113-released.html">Apache Storm 1.1.3 Released</a></li>
+                               
+                               <li><a 
href="/2018/02/19/storm121-released.html">Apache Storm 1.2.1 Released</a></li>
+                               
+                               <li><a 
href="/2018/02/15/storm120-released.html">Apache Storm 1.2.0 Released</a></li>
+                               
+                               <li><a 
href="/2018/02/15/storm112-released.html">Apache Storm 1.1.2 Released</a></li>
+                               
+                               <li><a 
href="/2018/02/14/storm106-released.html">Apache Storm 1.0.6 Released</a></li>
+                               
+                               <li><a 
href="/2017/09/15/storm105-released.html">Apache Storm 1.0.5 Released</a></li>
+                               
+                               <li><a 
href="/2017/08/01/storm111-released.html">Apache Storm 1.1.1 Released</a></li>
+                               
+                               <li><a 
href="/2017/07/28/storm104-released.html">Apache Storm 1.0.4 Released</a></li>
+                               
+                               <li><a 
href="/2017/03/29/storm110-released.html">Apache Storm 1.1.0 released</a></li>
+                               
+                               <li><a 
href="/2017/02/14/storm103-released.html">Apache Storm 1.0.3 Released</a></li>
+                               
+                               <li><a 
href="/2016/09/14/storm0102-released.html">Apache Storm 0.10.2 Released</a></li>
+                               
+                               <li><a 
href="/2016/09/07/storm097-released.html">Apache Storm 0.9.7 Released</a></li>
+                               
+                               <li><a 
href="/2016/08/10/storm102-released.html">Apache Storm 1.0.2 Released</a></li>
+                               
+                               <li><a 
href="/2016/05/06/storm101-released.html">Apache Storm 1.0.1 Released</a></li>
+                               
+                               <li><a 
href="/2016/05/05/storm0101-released.html">Apache Storm 0.10.1 Released</a></li>
+                               
+                               <li><a 
href="/2016/04/12/storm100-released.html">Apache Storm 1.0.0 released</a></li>
+                               
+                               <li><a 
href="/2015/11/05/storm096-released.html">Apache Storm 0.9.6 released</a></li>
+                               
+                               <li><a 
href="/2015/11/05/storm0100-released.html">Apache Storm 0.10.0 released</a></li>
+                               
+                               <li><a 
href="/2015/06/15/storm0100-beta-released.html">Apache Storm 0.10.0 Beta 
Released</a></li>
+                               
+                               <li><a 
href="/2015/06/04/storm095-released.html">Apache Storm 0.9.5 released</a></li>
+                               
+                               <li><a 
href="/2015/03/25/storm094-released.html">Apache Storm 0.9.4 released</a></li>
+                               
+                               <li><a 
href="/2014/11/25/storm093-released.html">Apache Storm 0.9.3 released</a></li>
+                               
+                               <li><a 
href="/2014/10/20/storm093-release-candidate.html">Apache Storm 0.9.3 release 
candidate 1 available</a></li>
+                               
+                               <li><a 
href="/2014/06/25/storm092-released.html">Apache Storm 0.9.2 released</a></li>
+                               
+                               <li><a 
href="/2014/06/17/contest-results.html">Apache Storm Logo Contest 
Results</a></li>
+                               
+                               <li><a 
href="/2014/05/27/round1-results.html">Logo Contest - Round 1 Results</a></li>
+                               
+                               <li><a href="/2014/04/29/logo-jlee3.html">Logo 
Entry No. 11 - Jennifer Lee</a></li>
+                               
+                               <li><a href="/2014/04/29/logo-jlee2.html">Logo 
Entry No. 10 - Jennifer Lee</a></li>
+                               
+                               <li><a href="/2014/04/29/logo-jlee1.html">Logo 
Entry No. 9 - Jennifer Lee</a></li>
+                               
+                               <li><a href="/2014/04/27/logo-sasili.html">Logo 
Entry No. 8 - Stefano Asili</a></li>
+                               
+                               <li><a 
href="/2014/04/27/logo-cboustead.html">Logo Entry No. 7 - Calum 
Boustead</a></li>
+                               
+                               <li><a 
href="/2014/04/23/logo-abartos.html">Logo Entry No. 6 - Alec Bartos</a></li>
+                               
+                               <li><a 
href="/2014/04/22/logo-zsayari.html">Logo Entry No. 5 - Ziba Sayari</a></li>
+                               
+                               <li><a 
href="/2014/04/21/logo-rmarshall.html">Logo Entry No. 4 - Richard 
Brownlie-Marshall</a></li>
+                               
+                               <li><a 
href="/2014/04/19/logo-ssuleman.html">Logo Entry No. 3- Shaan Shiv 
Suleman</a></li>
+                               
+                               <li><a 
href="/2014/04/17/logo-squinones.html">Logo Entry No. 2 - Samuel 
Quiñones</a></li>
+                               
+                               <li><a 
href="/2014/04/17/logo-pforrest.html">Logo Entry No. 1 - Patricia 
Forrest</a></li>
+                               
+                               <li><a 
href="/2014/04/10/storm-logo-contest.html">Apache Storm Logo Contest</a></li>
+                               
+                               <li><a 
href="/2013/12/08/storm090-released.html">Apache Storm 0.9.0 Released</a></li>
+                               
+                               <li><a 
href="/2013/01/11/storm082-released.html">Apache Storm 0.8.2 released</a></li>
+                               
+                               <li><a 
href="/2012/09/06/storm081-released.html">Apache Storm 0.8.1 released</a></li>
+                               
+                               <li><a 
href="/2012/08/02/storm080-released.html">Apache Storm 0.8.0 and Trident 
released</a></li>
+                               
+                        </ul>
+                    </div>
+                    <div class="col-md-9" id="news-content">
+                            <h1 class="page-title">
+                               Apache Storm 2.6.4 Released
+                            </h1>
+                                
+                        <div>
+                               <p>The Apache Storm community is pleased to 
announce that version 2.6.4 has been
+released and is available from <a href="/downloads.html">the downloads 
page</a>.</p>
+
+<p>This release includes new features as well as a number of code 
improvements, bug fixes and library updates.
+We encourage users of previous versions to upgrade to this latest release.</p>
+
+<h2 id="thanks">Thanks</h2>
+
+<p>Special thanks are due to all those who have contributed to Apache Storm -- 
whether
+through direct code contributions, documentation, bug reports, or helping other
+users on the mailing lists. Your efforts are much appreciated.</p>
+
+<h2 id="changes-in-this-release-storm-2-6-4">Changes in this Release - Storm 
2.6.4</h2>
+
+<p>JIRA issues addressed in the 2.6.4 release of Storm. Documentation for this
+    release is available at the <a href="https://storm.apache.org/";>Apache 
Storm project site</a>.</p>
+
+       <h2>New Feature</h2>
+       <ul><li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4070";>STORM-4070</a>] - mTls 
support</li>
+       </ul>
+
+       <h2>Bug</h2>
+       <ul><li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4069";>STORM-4069</a>] -  
java.lang.ClassCastException for Trident-based Topology</li>
+       </ul>
+
+       <h2>Dependency upgrade</h2>
+       <ul><li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4071";>STORM-4071</a>] - Bump 
com.zaxxer:HikariCP from 5.0.1 to 5.1.0 </li>
+               <li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4072";>STORM-4072</a>] - Bump 
org.jctools:jctools-core from 2.0.1 to 4.0.5 </li>
+               <li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4073";>STORM-4073</a>] - Bump 
com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.17.2 </li>
+               <li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4074";>STORM-4074</a>] - Bump 
joda-time:joda-time from 2.12.5 to 2.12.7</li>
+               <li>[<a 
href="https://issues.apache.org/jira/browse/STORM-4078";>STORM-4078</a>] - 
Uplift Netty version to 4.1.112</li>
+       </ul>
+</body>
+
+                           </div>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+    <footer>
+    <div class="container-fluid">
+        <div class="row">
+            <div class="col-md-2">
+                <div class="footer-widget">
+                    <h5>Meetups</h5>
+                    <div class="footer-widget">
+                        <a class="acevent" data-format="wide" 
data-mode="dark"></a>
+                    </div>
+                </div>
+            </div>
+            <div class="col-md-4">
+                <div class="footer-widget">
+                    <h5>About Apache Storm</h5>
+                    <p>Apache Storm integrates with any queueing system and 
any database system. Apache Storm's spout abstraction makes it easy to 
integrate a new queuing system. Likewise, integrating Apache Storm with 
database systems is easy.</p>
+               </div>
+            </div>
+            <div class="col-md-2">
+                <div class="footer-widget">
+                    <h5>First Look</h5>
+                    <ul class="footer-list">
+                        <li><a 
href="/releases/current/Rationale.html">Rationale</a></li>
+                        <li><a 
href="/releases/current/Tutorial.html">Tutorial</a></li>
+                        <li><a 
href="/releases/current/Setting-up-development-environment.html">Setting up 
development environment</a></li>
+                        <li><a 
href="/releases/current/Creating-a-new-Storm-project.html">Creating a new 
Apache Storm project</a></li>
+                    </ul>
+                </div>
+            </div>
+            <div class="col-md-2">
+                <div class="footer-widget">
+                    <h5>Documentation</h5>
+                    <ul class="footer-list">
+                        <li><a 
href="/releases/current/index.html">Index</a></li>
+                        <li><a 
href="/releases/current/javadocs/index.html">Javadoc</a></li>
+                        <li><a href="/releases/current/FAQ.html">FAQ</a></li>
+                    </ul>
+                </div>
+            </div>
+            <div class="col-md-2">
+                <div class="footer-widget">
+                    <h5>Misc</h5>
+                    <ul class="footer-list">
+                        <li><a 
href="https://www.apache.org/licenses/";>Licenses</a></li>
+                        <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                        <li><a 
href="https://www.apache.org/foundation/thanks.html";>Sponsors</a></li>
+                        <li><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy</a></li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+        <hr/>
+        <div class="row">   
+            <div class="col-md-12">
+                <p align="center">Copyright © 2024 <a 
href="https://www.apache.org";>Apache Software Foundation</a>
+                    . All Rights Reserved.
+                    <br>Apache Storm, Apache, the Apache feather logo, and the 
Apache Storm project logos are trademarks of The Apache Software Foundation. 
+                    <br>All other marks mentioned may be trademarks or 
registered trademarks of their respective owners.</p>
+            </div>
+        </div>
+    </div>
+</footer>
+<!--Footer End-->
+<!-- Matomo -->
+<script>
+    var _paq = window._paq = window._paq || [];
+    /* tracker methods like "setCustomDimension" should be called before 
"trackPageView" */
+    /* We explicitly disable cookie tracking to avoid privacy issues */
+    _paq.push(['disableCookies']);
+    _paq.push(['trackPageView']);
+    _paq.push(['enableLinkTracking']);
+    (function() {
+        var u="//analytics.apache.org/";
+        _paq.push(['setTrackerUrl', u+'matomo.php']);
+        _paq.push(['setSiteId', '38']);
+        var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];
+        g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
+    })();
+</script>
+<!-- End Matomo Code -->
+<script src="https://www.apachecon.com/event-images/snippet.js";></script>
+<!-- Scroll to top -->
+<span class="totop"><a href="#"><i class="fa fa-angle-up"></i></a></span> 
+
+</body>
+
+</html>
+
diff --git a/downloads.html b/downloads.html
index 55a268b67..aabb15666 100644
--- a/downloads.html
+++ b/downloads.html
@@ -33,29 +33,29 @@ older:
                                We also provide SHA-512 checksums for every 
release file. After you download the file, you should calculate a checksum for 
your download, and make sure it is the same as ours.
 
                                <h3>Current 2.6.x Release</h3>
-                               The current 2.6.x release is 2.6.3. Source and 
binary distributions can be found below.
+                               The current 2.6.x release is 2.6.4. Source and 
binary distributions can be found below.
 
-                               The list of changes for this release can be 
found <a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.3/RELEASE_NOTES.html";>here.</a>
+                               The list of changes for this release can be 
found <a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.4/RELEASE_NOTES.html";>here.</a>
 
-                               <p><a 
href="releases/2.6.3/index.html">Documentation</a>
-                                       <br/><a 
href="releases/2.6.3/javadocs/index.html">Javadocs</a></p>
+                               <p><a 
href="releases/2.6.4/index.html">Documentation</a>
+                                       <br/><a 
href="releases/2.6.4/javadocs/index.html">Javadocs</a></p>
 
                                <ul>
-                                       <li><a 
href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.6.3/apache-storm-2.6.3.tar.gz";>apache-storm-2.6.3.tar.gz</a>
-                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.3/apache-storm-2.6.3.tar.gz.asc";>PGP</a>]
-                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.3/apache-storm-2.6.3.tar.gz.sha512";>SHA512</a>]
+                                       <li><a 
href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.6.4/apache-storm-2.6.4.tar.gz";>apache-storm-2.6.4.tar.gz</a>
+                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4.tar.gz.asc";>PGP</a>]
+                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4.tar.gz.sha512";>SHA512</a>]
                                        </li>
-                                       <li><a 
href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.6.3/apache-storm-2.6.3.zip";>apache-storm-2.6.3.zip</a>
-                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.3/apache-storm-2.6.3.zip.asc";>PGP</a>]
-                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.3/apache-storm-2.6.3.zip.sha512";>SHA512</a>]
+                                       <li><a 
href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.6.4/apache-storm-2.6.4.zip";>apache-storm-2.6.4.zip</a>
+                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4.zip.asc";>PGP</a>]
+                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4.zip.sha512";>SHA512</a>]
                                        </li>
-                                       <li><a 
href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.6.3/apache-storm-2.6.3-src.tar.gz";>apache-storm-2.6.3-src.tar.gz</a>
-                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.3/apache-storm-2.6.3-src.tar.gz.asc";>PGP</a>]
-                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.3/apache-storm-2.6.3-src.tar.gz.sha512";>SHA512</a>]
+                                       <li><a 
href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.6.4/apache-storm-2.6.4-src.tar.gz";>apache-storm-2.6.4-src.tar.gz</a>
+                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4-src.tar.gz.asc";>PGP</a>]
+                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4-src.tar.gz.sha512";>SHA512</a>]
                                        </li>
-                                       <li><a 
href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.6.3/apache-storm-2.6.3-src.zip";>apache-storm-2.6.3-src.zip</a>
-                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.3/apache-storm-2.6.3-src.zip.asc";>PGP</a>]
-                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.3/apache-storm-2.6.3-src.zip.sha512";>SHA512</a>]
+                                       <li><a 
href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.6.4/apache-storm-2.6.4-src.zip";>apache-storm-2.6.4-src.zip</a>
+                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4-src.zip.asc";>PGP</a>]
+                                               [<a 
href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4-src.zip.sha512";>SHA512</a>]
                                        </li>
                                </ul>
                                Apache Storm artifacts are hosted in <a 
href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22";>Maven
 Central</a>. You can add Apache Storm as a dependency with the following 
coordinates:
@@ -63,7 +63,7 @@ older:
                                <pre>
 groupId: <a 
href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22";>org.apache.storm</a>
 artifactId: storm-{component}
-version: 2.6.3</pre>
+version: 2.6.4</pre>
 
                                <h3>Current 1.2.x Release (Discontinued)</h3>
 

Reply via email to