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 4fc37f343c7cdfb1b565dbd24950ab55bfd4e066
Author: zentol <[email protected]>
AuthorDate: Tue Oct 30 20:12:30 2018 +0100

    [FLINK-2028] Remove snapshot link
---
 downloads.md | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/downloads.md b/downloads.md
index 978c657..61d4286 100644
--- a/downloads.md
+++ b/downloads.md
@@ -145,25 +145,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>
-```
-

Reply via email to