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

nizhikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a2356f2  Ignite 2.8.1 downloads
a2356f2 is described below

commit a2356f27cfdc39950ce72990eb11ba7c66acef3e
Author: Nikolay Izhikov <[email protected]>
AuthorDate: Wed May 27 18:36:52 2020 +0300

    Ignite 2.8.1 downloads
---
 .htaccess     |  2 +-
 download.html | 21 ++++++++++++++++++++-
 latest        |  2 +-
 3 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/.htaccess b/.htaccess
index b7653ce..fbe4a81 100644
--- a/.htaccess
+++ b/.htaccess
@@ -133,6 +133,6 @@ RewriteEngine On
 RewriteCond %{SERVER_PORT} 80
 RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R=301,L]
 
-RewriteRule ^releases/latest/(.*)$ /releases/2.8.0/$1 [L]
+RewriteRule ^releases/latest/(.*)$ /releases/2.8.1/$1 [L]
 
 RewriteRule ^releases/mobile/(.*)$ /releases/latest/javadoc/$1 [R=301,L]
diff --git a/download.html b/download.html
index ad483d4..f823da3 100644
--- a/download.html
+++ b/download.html
@@ -344,7 +344,26 @@ under the License.
                 </thead>
                 <tbody>
                 <tr>
-                    <td style="white-space: nowrap;">2.8.0 (latest)</td>
+                    <td style="white-space: nowrap;">2.8.1 (latest)</td>
+                    <td style="white-space: nowrap;">
+                        <a 
href="https://apacheignite.readme.io/v2.8.1/docs";>guide</a>,
+                        <a 
href="https://ignite.apache.org/releases/2.8.1/javadoc/";>javadoc</a>,
+                    </td>
+
+                    <td style="white-space: nowrap;"><a
+                            
href="https://ignite.apache.org/releases/2.8.1/release_notes.html";>release 
notes</a></td>
+                    <td style="white-space: nowrap;">2020-05-27</td>
+                    <td style="white-space: nowrap;">
+                        <a id="apache_ignite_source_download"
+                           
href="[preferred]/[distdir]/2.8.1/apache-ignite-2.8.1-src.zip"
+                           onclick="gtag('event',  'download', 
{'event_category': 'apache_ignite_source_download', 'event_label': 
'apache-ignite-2.8.1'});">apache-ignite-2.8.1-src.zip</a>
+
+                        (<a 
href="https://downloads.apache.org/ignite/2.8.1/apache-ignite-2.8.1-src.zip.asc";>pgp</a>,
+                        <a 
href="https://downloads.apache.org/ignite/2.8.1/apache-ignite-2.8.1-src.zip.sha512";>sha512</a>)
+                    </td>
+                </tr>
+                <tr>
+                    <td style="white-space: nowrap;">2.8.0</td>
                     <td style="white-space: nowrap;">
                         <a 
href="https://apacheignite.readme.io/v2.8.0/docs";>guide</a>,
                         <a 
href="https://ignite.apache.org/releases/2.8.0/javadoc/";>javadoc</a>,
diff --git a/latest b/latest
index e2ab6f5..2725eb4 100644
--- a/latest
+++ b/latest
@@ -1 +1 @@
-version=2.8.0
+version=2.8.1

Reply via email to