svn commit: r1771686 - /ofbiz/site/download.html

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1771686 - /ofbiz/site/download.html

jacopoc
Author: jacopoc
Date: Mon Nov 28 07:21:03 2016
New Revision: 1771686

URL: http://svn.apache.org/viewvc?rev=1771686&view=rev
Log:
Updated the website's Download page with the new release information.

Modified:
    ofbiz/site/download.html

Modified: ofbiz/site/download.html
URL: http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1771686&r1=1771685&r2=1771686&view=diff
==============================================================================
--- ofbiz/site/download.html (original)
+++ ofbiz/site/download.html Mon Nov 28 07:21:03 2016
@@ -49,12 +49,12 @@
 <div class="highlights">
   <h4>Quick start</h4>
   <ul>
-    <li>Java 1.7 (minimum) SDK</li>
+    <li>Java 1.8 (minimum) SDK</li>
     <li>unpack the release file and go into the newly created directory</li>
     <li>using the command line, build the system (with demo data) and run it with the following command:
     </li>
     <li style="list-style: none">
-      <h5>ant load-demo start</h5> (on Linux and like use "./ant" rather than "ant")
+      <h5>gradlew loadDefault ofbiz</h5> (on Linux and like use "./gradlew" rather than "gradlew")
     </li>
     <li>point your browser to http://localhost:8080/catalog and login with username &quot;admin&quot; and password &quot;ofbiz&quot;</li>
     <li>refer to the README file for further details
@@ -69,16 +69,21 @@ Use the links below to download Apache O
 find instructions on how to verify the integrity of the release file using the signature and hashes (PGP, MD5, SHA512) available for each release.</p>
 <p>Despite our best efforts to maintain up to three active release branches, support for older branches can decrease because our project volunteers may be focused on other issues. We recommend using releases from the most recent branch wherever possible.</p>
 
-<h3>Apache OFBiz 13.07.03</h3>
-<p>Released in April 2016, this is the last release of the 13.07 series, that has been stabilized with bug fixes since July 2013. Please notice that in the 13.07 series the specialpurpose components are no longer included in the release. The only exception to this is the ecommerce component (because there are still some dependencies on it): the specialpurpose components may be released in a separate package in the future.</p>
+<h3>Apache OFBiz 16.11.01</h3>
+<p>Released in November 2016, this is the first release of the 16.11 series, that has been stabilized since November 2016.</p>
 <p>
-<a class="downloadLinks" href="http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip" target="_blank">Download Apache OFBiz 13.07.03</a>
-[<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc" target="_blank">PGP</a>]
-[<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5" target="_blank">MD5</a>]
-[<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha" target="_blank">SHA512</a>] [<a target="external" href="release-notes-13.07.03.html">Release Notes</a>]
+<a class="downloadLinks" href="http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.01.zip" target="_blank">Download Apache OFBiz 16.11.01</a>
+[<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.01.zip.asc" target="_blank">PGP</a>]
+[<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.01.zip.md5" target="_blank">MD5</a>]
+[<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.01.zip.sha" target="_blank">SHA512</a>] [<a target="external" href="release-notes-16.11.01.html">Release Notes</a>]
 </p>
 <h3>Other downloads</h3>
 <ul>
+<li><a href="http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip" target="_blank">Apache OFBiz 13.07.03</a>
+[<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc" target="_blank">PGP</a>]
+[<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5" target="_blank">MD5</a>]
+[<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha" target="_blank">SHA512</a>] [<a target="external" href="release-notes-13.07.03.html">Release Notes</a>], released in April 2016, is the latest bug fix release in the 13.07 series that contains all the features of the trunk up to June 2013; it is the final release of this series.</li>
+
 <li><a href="http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-12.04.06.zip" target="_blank">Apache OFBiz 12.04.06</a>
 [<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-12.04.06.zip.asc" target="_blank">PGP</a>]
 [<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-12.04.06.zip.md5" target="_blank">MD5</a>]
@@ -101,14 +106,10 @@ find instructions on how to verify the i
 
 <ul><b>Special Notice Regarding Branches 14.12 and 15.12:</b>
 <li>The branches 14.12 and 15.12 contain the complete codebase including the specialpurpose components and will remain as unreleased branches so will be accessible for developers and service providers to support their client base</li>
-<li>The project is currently in the transition of changing the build system from Apache Ant to Gradle, but this change will not affect branches 14.12 or 15.12</li>
+<li>The project has changed the build system from Apache Ant to Gradle, but this change will not affect branches 14.12 or 15.12; the new build system is available since the 16.11.* series.</li>
 <li>Branches 14.12 and 15.12 will be supported until July 2017 and during this period bug fixes will be backported to them</li>
 </ul>
 
-<ul><b>The Next Release 16.x Release:</b>
-<li>A release branch 16.x will be created later this year. Once that has been done, we will be able to provide more details on the tentative release dates</li>
-</ul>
-
 <a name="vulnerabilities"></a>
 <h3>Security Vulnerabilities</h3>
 <p><b>We strongly encourage OfBiz users to report security problems affecting OFBiz to the private security mailing lists (either [hidden email] or [hidden email]), before disclosing them in a public forum.