You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by go...@apache.org on 2020/06/29 20:56:40 UTC

[storm-site] 01/01: Adds 2.2.x section to download page

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

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

commit a8aec1d77332c25439991696ee9348904179a0dd
Author: Govind Menon <go...@gmail.com>
AuthorDate: Mon Jun 29 15:56:30 2020 -0500

    Adds 2.2.x section to download page
---
 downloads.html | 34 +++++++++++++++++++++++++++++++++-
 1 file changed, 33 insertions(+), 1 deletion(-)

diff --git a/downloads.html b/downloads.html
index fde6f7b..79eaf88 100644
--- a/downloads.html
+++ b/downloads.html
@@ -25,7 +25,39 @@ older:
 				  <p>
 				  Downloads for Apache Storm are below. Instructions for how to set up an Apache Storm cluster can be found <a href="/documentation/Setting-up-a-Storm-cluster.html">here</a>.
 				  </p>
-              
+              			  <h3>Current 2.2.x Release</h3>
+				  The current 2.2.x release is 2.2.0. 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.2.0/RELEASE_NOTES.html">here.</a>
+                  
+                  <p><a href="releases/2.2.0/index.html">Documentation</a>
+                  <br/><a href="releases/2.2.0/javadocs/index.html">Javadocs</a></p>
+
+				  <ul>
+					  <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.2.0/apache-storm-2.2.0.tar.gz">apache-storm-2.2.0.tar.gz</a>
+					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.2.0/apache-storm-2.2.0.tar.gz.asc">PGP</a>]
+					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.2.0/apache-storm-2.2.0.tar.gz.sha512">SHA512</a>] 
+					  </li>
+					  <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.2.0/apache-storm-2.2.0.zip">apache-storm-2.2.0.zip</a>
+					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.2.0/apache-storm-2.2.0.zip.asc">PGP</a>]
+					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.2.0/apache-storm-2.2.0.zip.sha512">SHA512</a>] 
+					  </li>
+					  <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.2.0/apache-storm-2.2.0-src.tar.gz">apache-storm-2.2.0-src.tar.gz</a>
+					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.2.0/apache-storm-2.2.0-src.tar.gz.asc">PGP</a>]
+					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.2.0/apache-storm-2.2.0-src.tar.gz.sha512">SHA512</a>] 
+					  </li>
+					  <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.2.0/apache-storm-2.2.0-src.zip">apache-storm-2.2.0-src.zip</a>
+					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.2.0/apache-storm-2.2.0-src.zip.asc">PGP</a>]
+					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.2.0/apache-storm-2.2.0-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:
+
+				  <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.2.0</pre>			
+			
 				  <h3>Current 2.1.x Release</h3>
 				  The current 2.1.x release is 2.1.0. Source and binary distributions can be found below.