You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ds...@apache.org on 2015/12/30 09:18:04 UTC

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

Author: dsetrakyan
Date: Wed Dec 30 08:18:04 2015
New Revision: 1722282

URL: http://svn.apache.org/viewvc?rev=1722282&view=rev
Log:
Fixed download version.

Modified:
    ignite/site/trunk/download.html

Modified: ignite/site/trunk/download.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/download.html?rev=1722282&r1=1722281&r2=1722282&view=diff
==============================================================================
--- ignite/site/trunk/download.html (original)
+++ ignite/site/trunk/download.html Wed Dec 30 08:18:04 2015
@@ -683,7 +683,7 @@ under the License.
       also need to add <b>ignite-spring</b> for spring-based XML configuration, and <b>ignite-indexing</b> for SQL 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>1.1.0-incubating</b>.
+      Most often your Ignite pom file will look like this (replace ${ignite-version} with actual Ignite version). The latest version is <b>1.5.0.final</b>.
     </p>
     <pre class="brush:xml">    
     &lt;dependency>
@@ -710,8 +710,8 @@ under the License.
     NOTE: JDK version should be 1.7.0-* or >= 1.8.0-u40.
     <pre class="brush:bash">
        # Unpack the source package
-       $ unzip -q apache-ignite-1.1.0-incubating-src.zip
-       $ cd apache-ignite-1.1.0-incubating-src
+       $ unzip -q apache-ignite-1.5.0.final-src.zip
+       $ cd apache-ignite-1.5.0.final-src
        
        # Build In-Memory Data Fabric release (without LGPL dependencies)
        $ mvn clean package -DskipTests
@@ -725,7 +725,7 @@ under the License.
     </pre>
     <div class="page-heading">GIT repository:</div>
     <pre class="brush:bash">
-       $ git clone https://git-wip-us.apache.org/repos/asf/incubator-ignite
+       $ git clone https://git-wip-us.apache.org/repos/asf/ignite
     </pre>
     <div class="page-heading">Jenkins Nightly Builds:</div>
     <ul class="features-list">