You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2020/03/04 10:46:57 UTC

svn commit: r1874780 - /ignite/site/trunk/download.html

Author: mmuzaf
Date: Wed Mar  4 10:46:57 2020
New Revision: 1874780

URL: http://svn.apache.org/viewvc?rev=1874780&view=rev
Log:
Update docker Apache Ignite 2.8.0 release dates

Modified:
    ignite/site/trunk/download.html

Modified: ignite/site/trunk/download.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/download.html?rev=1874780&r1=1874779&r2=1874780&view=diff
==============================================================================
--- ignite/site/trunk/download.html (original)
+++ ignite/site/trunk/download.html Wed Mar  4 10:46:57 2020
@@ -1662,7 +1662,7 @@ under the License.
                     <td style="white-space: nowrap;">
                         <a href="https://apacheignite.readme.io/docs/docker-deployment">guide</a>
                     </td>
-                    <td style="white-space: nowrap;">2018-07-16</td>
+                    <td style="white-space: nowrap;">2020-03-03</td>
                     <td style="white-space: nowrap;">
                         <a id="docker_repo_download"
                         href="https://hub.docker.com/r/apacheignite/ignite/tags/"
@@ -1711,8 +1711,7 @@ under the License.
             querying.
         </p>
         <p>
-            Most often your Ignite pom file will look like this (replace ${ignite-version} with actual Ignite version).
-            The latest version is <b>2.7.0</b>.
+            Most often your Ignite pom file will look like this (replace ${ignite-version} with the latest Ignite version).
         </p>
     <pre class="brush:xml">
     &lt;dependency>
@@ -1801,16 +1800,16 @@ under the License.
 	
     <section id="build-source" class="page-section">
         <h2>Building the Binaries </h2>
-        NOTE: Ignite supports JDK 8 and JDK 9 only.
+        NOTE: Ignite supports JDK 8 and JDK 11.
         <pre class="brush:bash">
            # Unpack the source package
-           $ unzip -q apache-ignite-2.7.0-src.zip
-           $ cd apache-ignite-2.7.0-src
+           $ unzip -q apache-ignite-2.8.0-src.zip
+           $ cd apache-ignite-2.8.0-src
 
-           # Build In-Memory Data Fabric release (without LGPL dependencies)
+           # Build In-Memory Computing Platform release (without LGPL dependencies)
            $ mvn clean package -DskipTests
 
-           # Build In-Memory Data Fabric release (with LGPL dependencies)
+           # Build In-Memory Computing Platform release (with LGPL dependencies)
            $ mvn clean package -DskipTests -Prelease,lgpl
 
            # Build In-Memory Hadoop Accelerator release
@@ -1874,7 +1873,7 @@ under the License.
             </nav>
             <div class="col-md-4 col-sm-4">
                 <p style="text-align: right">
-                    &copy; 2015 - 2019 <a href="http://www.apache.org/">The Apache Software Foundation</a>.<br/>
+                    &copy; 2015 - 2020 <a href="http://www.apache.org/">The Apache Software Foundation</a>.<br/>
                     Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are either registered trademarks
                     or trademarks The Apache Software Foundation.
                 </p>