This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit f1b8219bb71dc40b492c120a762886f991853e59 Author: zentol <[email protected]> AuthorDate: Tue Oct 30 20:15:45 2018 +0100 Rebuild website --- content/downloads.html | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/content/downloads.html b/content/downloads.html index 34463a5..43aadab 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -165,7 +165,6 @@ $( document ).ready(function() { <li><a href="#maven-dependencies" id="markdown-toc-maven-dependencies">Maven Dependencies</a></li> <li><a href="#update-policy-for-old-releases" id="markdown-toc-update-policy-for-old-releases">Update Policy for old releases</a></li> <li><a href="#all-stable-releases" id="markdown-toc-all-stable-releases">All stable releases</a></li> - <li><a href="#snapshots-nightly-builds" id="markdown-toc-snapshots-nightly-builds">Snapshots (Nightly Builds)</a></li> </ul> </div> @@ -351,31 +350,6 @@ bundles the matching Hadoop version, or use the Hadoop free version and <li>Flink 0.6-incubating - 2014-08-26 (<a href="https://archive.apache.org/dist/incubator/flink/flink-0.6-incubating-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/incubator/flink/">Binaries</a>)</li> </ul> -<h2 id="snapshots-nightly-builds">Snapshots (Nightly Builds)</h2> - -<p><strong>Warning: These builds are not official releases. They are not endorsed in any way, they have not undergone a proper release process and have not undergone any license checks. -The snapshot builds are only for developer convenience, to test features before an official release.</strong></p> - -<ul> - <li> - <p>Archive: <strong>Apache Flink <code>1.7-SNAPSHOT</code></strong>: <a href="https://s3.amazonaws.com/flink-nightly/flink-1.7-SNAPSHOT-bin-hadoop2.tgz" class="ga-track" id="download-hadoop2-nightly">flink-1.7-SNAPSHOT-bin-hadoop2.tgz</a></p> - </li> - <li> - <p>Maven: Add the <strong>Apache Snapshot repository</strong> to your <code>pom.xml</code> to use dependencies with <code>1.7-SNAPSHOT</code> version.</p> - </li> -</ul> - -<div class="highlight"><pre><code class="language-xml"><span class="nt"><repositories></span> - <span class="nt"><repository></span> - <span class="nt"><id></span>apache.snapshots<span class="nt"></id></span> - <span class="nt"><name></span>Apache Development Snapshot Repository<span class="nt"></name></span> - <span class="nt"><url></span>https://repository.apache.org/content/repositories/snapshots/<span class="nt"></url></span> - <span class="nt"><releases><enabled></span>false<span class="nt"></enabled></releases></span> - <span class="nt"><snapshots><enabled></span>true<span class="nt"></enabled></snapshots></span> - <span class="nt"></repository></span> -<span class="nt"></repositories></span></code></pre></div> - - </div> </div>
