Repository: systemml-website Updated Branches: refs/heads/master 9f8d069a2 -> 239a86e50
Download page should not link to unreleased code Project: http://git-wip-us.apache.org/repos/asf/systemml-website/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml-website/commit/239a86e5 Tree: http://git-wip-us.apache.org/repos/asf/systemml-website/tree/239a86e5 Diff: http://git-wip-us.apache.org/repos/asf/systemml-website/diff/239a86e5 Branch: refs/heads/master Commit: 239a86e50998b8e081ae450a8887153b9b819a3d Parents: 9f8d069 Author: Luciano Resende <[email protected]> Authored: Thu Jun 21 05:50:10 2018 -0700 Committer: Luciano Resende <[email protected]> Committed: Thu Jun 21 05:50:10 2018 -0700 ---------------------------------------------------------------------- _src/download.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml-website/blob/239a86e5/_src/download.html ---------------------------------------------------------------------- diff --git a/_src/download.html b/_src/download.html index 58004e6..74f9604 100644 --- a/_src/download.html +++ b/_src/download.html @@ -87,14 +87,6 @@ limitations under the License. These <a href="https://www.apache.org/dist/systemml/KEYS" target="_blank">KEYS</a> can be used to <a href="http://www.apache.org/dyn/closer.cgi#verify" target="_blank">verify</a> the integrity of the downloaded artifact using PGP signature (.asc). </p> - - <h3>Bleeding-Edge</h3> - <p>You can also retrieve the source files from our <a href="https://github.com/apache/systemml" target="_blank">Git repository</a> and create a bleeding-edge build by typing:</p> - - <pre>git clone {{ site.data.project.source_repository_mirror }} -cd systemml -mvn clean package</pre> - <h3>Using Maven</h3> <p>We strongly encourage our users to configure a Maven repository mirror closer to their location. <br> @@ -109,7 +101,7 @@ mvn clean package</pre> <artifactId>systemml</artifactId> <version>{{ site.data.project.release_version }}</version> </dependency></pre> - + <h3>Previous Releases</h3> <p>Previous releases of Apache SystemML can be obtained from <a href="http://archive.apache.org/dist/systemml/" target="_blank">archives</a>. Previous incubator releases can be obtained from <a href="http://archive.apache.org/dist/incubator/systemml/" target="_blank">incubator archives</a>. For Spark 1.6 support, please use Apache SystemML 0.12.</p> </div>
