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 a11ef1e Ignite 2.8.1 downloads
a11ef1e is described below
commit a11ef1e6547b4973fdd9200a9031e99485247000
Author: Nikolay Izhikov <[email protected]>
AuthorDate: Wed May 27 18:41:04 2020 +0300
Ignite 2.8.1 downloads
---
download.html | 28 ++++++++++++++++++++++++----
1 file changed, 24 insertions(+), 4 deletions(-)
diff --git a/download.html b/download.html
index f823da3..46b29ba 100644
--- a/download.html
+++ b/download.html
@@ -535,7 +535,27 @@ 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>,
+ <a
href="https://ignite.apache.org/releases/2.8.1/scaladoc/scalar/">scaladoc</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-03-03</td>
+ <td style="white-space: nowrap;">
+ <a
+ id="apache_ignite_binary_fabric_download"
+
href="[preferred]/[distdir]/2.8.1/apache-ignite-2.8.1-bin.zip"
+ onclick="gtag('event', 'download',
{'event_category': 'apache_ignite_fabric_download', 'event_label':
'apache-ignite-2.8.1'});">apache-ignite-2.8.1-bin.zip</a>
+
+ (<a
href="https://downloads.apache.org/ignite/2.8.1/apache-ignite-2.8.1-bin.zip.asc">pgp</a>,
+ <a
href="https://downloads.apache.org/ignite/2.8.1/apache-ignite-2.8.1-bin.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>,
@@ -795,7 +815,7 @@ under the License.
</p>
<pre class="brush:xml">
% gpg --import KEYS
- % gpg --verify apache-ignite-2.8.0-src.zip.asc
apache-ignite-2.8.0-src.zip
+ % gpg --verify apache-ignite-2.8.1-src.zip.asc
apache-ignite-2.8.1-src.zip
</pre>
</section><!-- verification -->
@@ -903,8 +923,8 @@ under the License.
NOTE: Ignite supports JDK 8 and JDK 11.
<pre class="line-numbers"><code class="language-bash">
# Unpack the source package
- $ unzip -q apache-ignite-2.8.0-src.zip
- $ cd apache-ignite-2.8.0-src
+ $ unzip -q apache-ignite-2.8.1-src.zip
+ $ cd apache-ignite-2.8.1-src
# Build In-Memory Computing Platform release (without LGPL
dependencies)
$ mvn clean package -DskipTests