Author: nizhikov
Date: Wed Dec  5 20:31:47 2018
New Revision: 1848246

URL: http://svn.apache.org/viewvc?rev=1848246&view=rev
Log:
downloads.html -> 2.7.0

Modified:
    ignite/site/trunk/download.html

Modified: ignite/site/trunk/download.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/download.html?rev=1848246&r1=1848245&r2=1848246&view=diff
==============================================================================
--- ignite/site/trunk/download.html (original)
+++ ignite/site/trunk/download.html Wed Dec  5 20:31:47 2018
@@ -847,6 +847,25 @@ under the License.
             </thead>
             <tbody>
                 <tr>
+                    <td style="white-space: nowrap;">2.7.0</td>
+                    <td style="white-space: nowrap;">
+                        <a 
href="https://apacheignite.readme.io/v2.7/docs";>guide</a>,
+                        <a 
href="https://ignite.apache.org/releases/2.7.0/javadoc/";>javadoc</a>,
+                        <a 
href="https://ignite.apache.org/releases/2.7.0/scaladoc/scalar/";>scaladoc</a>
+                    </td>
+                    <td style="white-space: nowrap;"><a 
href="https://ignite.apache.org/releases/2.7.0/release_notes.html";>release 
notes</a></td>
+                    <td style="white-space: nowrap;">2018-12-05</td>
+                    <td style="white-space: nowrap;">
+                        <a
+                                id="apache_ignite_binary_fabric_download"
+                                
href="[preferred]/[distdir]/2.7.0/apache-ignite-fabric-2.7.0-bin.zip"
+                                onclick="ga('send', 'event', 
'apache_ignite_fabric_download', 'download', 
'apache-ignite-2.7.0');">apache-ignite-fabric-2.7.0-bin.zip</a>
+
+                        (<a 
href="[disturl]/[distdir]/2.7.0/apache-ignite-fabric-2.7.0-bin.zip.asc">pgp</a>,
+                        <a 
href="[disturl]/[distdir]/2.7.0/apache-ignite-fabric-2.7.0-bin.zip.sha512">sha512</a>)
+                    </td>
+                </tr>            
+                <tr>
                     <td style="white-space: nowrap;">2.6.0</td>
                     <td style="white-space: nowrap;">
                         <a 
href="https://apacheignite.readme.io/v2.6/docs";>guide</a>,
@@ -1597,7 +1616,7 @@ under the License.
         </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.6.0</b>.
+            The latest version is <b>2.7.0</b>.
         </p>
     <pre class="brush:xml">
     &lt;dependency>
@@ -1689,8 +1708,8 @@ under the License.
         NOTE: Ignite supports JDK 8 and JDK 9 only.
         <pre class="brush:bash">
            # Unpack the source package
-           $ unzip -q apache-ignite-2.6.0-src.zip
-           $ cd apache-ignite-2.6.0-src
+           $ unzip -q apache-ignite-2.7.0-src.zip
+           $ cd apache-ignite-2.7.0-src
 
            # Build In-Memory Data Fabric release (without LGPL dependencies)
            $ mvn clean package -DskipTests


Reply via email to