[ https://issues.apache.org/jira/browse/FLINK-2028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16669899#comment-16669899 ]
ASF GitHub Bot commented on FLINK-2028: --------------------------------------- zentol closed pull request #131: [FLINK-2028] Remove snapshot link URL: https://github.com/apache/flink-web/pull/131 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/content/downloads.html b/content/downloads.html index dab4faec..b71245fa 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -165,7 +165,6 @@ <h1>Downloads</h1> <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> @@ -315,31 +314,6 @@ <h2 id="all-stable-releases">All stable releases</h2> <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> diff --git a/downloads.md b/downloads.md index f44b45b6..37633764 100644 --- a/downloads.md +++ b/downloads.md @@ -141,25 +141,3 @@ All Flink releases are available via [https://archive.apache.org/dist/flink/](ht - Flink 0.7.0-incubating - 2014-11-04 ([Source](https://archive.apache.org/dist/incubator/flink/flink-0.7.0-incubating/flink-0.7.0-incubating-src.tgz), [Binaries](https://archive.apache.org/dist/incubator/flink/flink-0.7.0-incubating/)) - Flink 0.6.1-incubating - 2014-09-26 ([Source](https://archive.apache.org/dist/incubator/flink/flink-0.6.1-incubating/flink-0.6.1-incubating-src.tgz), [Binaries](https://archive.apache.org/dist/incubator/flink/flink-0.6.1-incubating/)) - Flink 0.6-incubating - 2014-08-26 ([Source](https://archive.apache.org/dist/incubator/flink/flink-0.6-incubating-src.tgz), [Binaries](https://archive.apache.org/dist/incubator/flink/)) - -## Snapshots (Nightly Builds) - -**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.** - -- Archive: **Apache Flink `{{ site.FLINK_VERSION_LATEST }}`**: <a href="{{ site.FLINK_DOWNLOAD_URL_HADOOP_2_LATEST }}" class="ga-track" id="download-hadoop2-nightly">{{ site.FLINK_DOWNLOAD_URL_HADOOP_2_LATEST | split:'/' | last }}</a> - -- Maven: Add the **Apache Snapshot repository** to your `pom.xml` to use dependencies with `{{ site.FLINK_VERSION_LATEST }}` version. - -```xml -<repositories> - <repository> - <id>apache.snapshots</id> - <name>Apache Development Snapshot Repository</name> - <url>https://repository.apache.org/content/repositories/snapshots/</url> - <releases><enabled>false</enabled></releases> - <snapshots><enabled>true</enabled></snapshots> - </repository> -</repositories> -``` - ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Download pages must not link to snapshots > ----------------------------------------- > > Key: FLINK-2028 > URL: https://issues.apache.org/jira/browse/FLINK-2028 > Project: Flink > Issue Type: Bug > Reporter: Sebb > Assignee: Ufuk Celebi > Priority: Major > Labels: pull-request-available > > Snapshot builds that have not passed a PMC vote must not be advertised to the > general public, so must not be included on the downloads page. -- This message was sent by Atlassian JIRA (v7.6.3#76005)