[
https://issues.apache.org/jira/browse/BEAM-2664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16297659#comment-16297659
]
ASF GitHub Bot commented on BEAM-2664:
--
asfgit closed pull request #367: [BEAM-2664] Make latest stable version more
visible
URL: https://github.com/apache/beam-site/pull/367
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/src/get-started/downloads.md b/src/get-started/downloads.md
index 982f939d4..6a54d81ac 100644
--- a/src/get-started/downloads.md
+++ b/src/get-started/downloads.md
@@ -11,13 +11,16 @@ redirect_from:
# Apache Beamâ„¢ Downloads
-The easiest way to use Apache Beam is via one of the released versions in a
central repository.
-Java SDK is available on [Maven Central
Repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.beam%22),
-and Python SDK is available on
[PyPI](https://pypi.python.org/pypi/apache-beam).
+> Beam SDK {{ site.release_latest }} is the latest released version.
-For example, if you are developing using Maven and want to use the SDK for
-Java with the `DirectRunner`, add the following dependencies to your
-`pom.xml` file:
+## Using a central repository
+
+The easiest way to use Apache Beam is via one of the released versions in a
+central repository. The Java SDK is available on [Maven Central
Repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.beam%22),
+and the Python SDK is available on
[PyPI](https://pypi.python.org/pypi/apache-beam).
+
+For example, if you are developing using Maven and want to use the SDK for Java
+with the `DirectRunner`, add the following dependencies to your `pom.xml` file:
org.apache.beam
@@ -31,8 +34,8 @@ Java with the `DirectRunner`, add the following dependencies
to your
runtime
-Similarly in Python, if you are using PyPI and want to use the SDK for Python
with
-`DirectRunner`, add the following requirement to your `setup.py` file:
+Similarly in Python, if you are using PyPI and want to use the SDK for Python
+with `DirectRunner`, add the following requirement to your `setup.py` file:
apache-beam=={{ site.release_latest }}
@@ -40,9 +43,16 @@ Additionally, you may want to depend on additional SDK
modules, such as IO
connectors or other extensions, and additional runners to execute your pipeline
at scale.
-## API Stability
+## Downloading source code
+
+You can download the source code package for a release from the links in the
+[Releases](#releases) section.
+
+
+## API stability
-Apache Beam uses [semantic versioning](http://semver.org/). Version numbers
use the form `major.minor.incremental` and are incremented as follows:
+Apache Beam uses [semantic versioning](http://semver.org/). Version numbers use
+the form `major.minor.incremental` and are incremented as follows:
* major version for incompatible API changes
* minor version for new functionality added in a backward-compatible manner
@@ -51,7 +61,8 @@ Apache Beam uses [semantic versioning](http://semver.org/).
Version numbers use
Please note that APIs marked [`@Experimental`]({{ site.baseurl
}}/documentation/sdks/javadoc/{{ site.release_latest
}}/org/apache/beam/sdk/annotations/Experimental.html)
may change at any point and are not guaranteed to remain compatible across
versions.
-Additionally, any API may change before the first stable release, i.e.,
between versions denoted `0.x.y`.
+Additionally, any API may change before the first stable release, i.e., between
+versions denoted `0.x.y`.
## Releases
diff --git a/src/index.md b/src/index.md
index 9419fcd53..94a4c663a 100644
--- a/src/index.md
+++ b/src/index.md
@@ -17,7 +17,7 @@ logos:
url: https://cloud.google.com/dataflow/
- title: Gearpump
image_url: /images/logo_gearpump.png
- url: http://gearpump.apache.org/
+ url: http://gearpump.apache.org/
pillars:
- title: Unified
@@ -48,6 +48,7 @@ cards:
Learn more
+Download Beam SDK {{
site.release_latest }}
Java
Quickstart
@@ -147,6 +148,7 @@ cards:
Learn more
+ Download Beam SDK {{
site.release_latest }}
Java
Quickstart
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
> Make latest stable version more visible on Beam website
> ---
>
> Key: BEAM-2664
> UR