This is an automated email from the ASF dual-hosted git repository.

sewen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 8541e8338868b5d7abba8cb38faa02d6d078ca02
Author: Stephan Ewen <se...@apache.org>
AuthorDate: Tue Aug 28 19:46:18 2018 +0200

    [FLINK-10238] Link nightly snapshot builds from the Download page
---
 contribute-code.md | 27 ---------------------------
 downloads.md       | 22 +++++++++++++++++++++-
 2 files changed, 21 insertions(+), 28 deletions(-)

diff --git a/contribute-code.md b/contribute-code.md
index 4a5c583..81550c1 100755
--- a/contribute-code.md
+++ b/contribute-code.md
@@ -317,30 +317,3 @@ Note: Flink does not build with Oracle JDK 6. It runs with 
Oracle JDK 6.
 
 If you want to build for Hadoop 1, activate the build profile via `mvn clean 
package -DskipTests -Dhadoop.profile=1`.
 
------
-
-## Snapshots (Nightly Builds)
-
-Apache Flink `{{ site.FLINK_VERSION_LATEST }}` is our latest development 
version.
-
-You can download a packaged version of our nightly builds, which include
-the most recent development code. You can use them if you need a feature
-before its release. Only builds that pass all tests are published here.
-
-- **Hadoop 2 and YARN**: <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>
-
-Add the **Apache Snapshot repository** to your Maven `pom.xml`:
-
-```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>
-```
-
-You can now include Apache Flink as a Maven dependency (see above) with 
version `{{ site.FLINK_VERSION_LATEST }}` (or `{{ 
site.FLINK_VERSION_HADOOP_1_LATEST }}` for compatibility with old Hadoop 1.x 
versions).
diff --git a/downloads.md b/downloads.md
index 5c01886..b5ef0c0 100644
--- a/downloads.md
+++ b/downloads.md
@@ -98,7 +98,7 @@ As of March 2017, the Flink community 
[decided](http://apache-flink-mailing-list
 Note that the community is always open to discussing bugfix releases for even 
older versions. Please get in touch with the developers for that on the 
d...@flink.apache.org mailing list.
 
 
-## All releases
+## All stable releases
 
 All Flink releases are available via 
[https://archive.apache.org/dist/flink/](https://archive.apache.org/dist/flink/)
 including checksums and cryptographic signatures. At the time of writing, this 
includes the following versions:
 
@@ -138,4 +138,24 @@ All Flink releases are available via 
[https://archive.apache.org/dist/flink/](ht
 - 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