Repository: beam-site Updated Branches: refs/heads/asf-site c196579ff -> 222ba1259
Update Java Quickstart to stop using snapshot repos And always use the latest Beam release by name. Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/2b228e35 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/2b228e35 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/2b228e35 Branch: refs/heads/asf-site Commit: 2b228e35fb87deaef63b0c86783c219b67780f60 Parents: c196579 Author: Dan Halperin <[email protected]> Authored: Tue May 16 22:41:56 2017 -0400 Committer: Dan Halperin <[email protected]> Committed: Tue May 16 22:47:10 2017 -0400 ---------------------------------------------------------------------- src/get-started/quickstart-java.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/2b228e35/src/get-started/quickstart-java.md ---------------------------------------------------------------------- diff --git a/src/get-started/quickstart-java.md b/src/get-started/quickstart-java.md index 37f6d1d..8b9a5f6 100644 --- a/src/get-started/quickstart-java.md +++ b/src/get-started/quickstart-java.md @@ -29,10 +29,9 @@ The easiest way to get a copy of the WordCount pipeline is to use the following ``` $ mvn archetype:generate \ - -DarchetypeRepository=https://repository.apache.org/content/groups/snapshots \ -DarchetypeGroupId=org.apache.beam \ -DarchetypeArtifactId=beam-sdks-java-maven-archetypes-examples \ - -DarchetypeVersion=LATEST \ + -DarchetypeVersion={{ site.release_latest }} \ -DgroupId=org.example \ -DartifactId=word-count-beam \ -Dversion="0.1" \
