You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2017/05/17 02:55:30 UTC

[1/2] beam-site git commit: Update Java Quickstart to stop using snapshot repos

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 <dh...@google.com>
Authored: Tue May 16 22:41:56 2017 -0400
Committer: Dan Halperin <dh...@google.com>
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" \


[2/2] beam-site git commit: Closes #246

Posted by dh...@apache.org.
Closes #246


Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/222ba125
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/222ba125
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/222ba125

Branch: refs/heads/asf-site
Commit: 222ba1259fbbfc64c2606bd010dbc0778c81f2ac
Parents: c196579 2b228e3
Author: Dan Halperin <dh...@google.com>
Authored: Tue May 16 22:55:11 2017 -0400
Committer: Dan Halperin <dh...@google.com>
Committed: Tue May 16 22:55:11 2017 -0400

----------------------------------------------------------------------
 src/get-started/quickstart-java.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------