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 06:33:18 UTC

beam-site git commit: Regenerate website after merge

Repository: beam-site
Updated Branches:
  refs/heads/asf-site 222ba1259 -> c4a54639e


Regenerate website after merge


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

Branch: refs/heads/asf-site
Commit: c4a54639e0a25ba74c5fd5eb62eeab371f6e614d
Parents: 222ba12
Author: Dan Halperin <dh...@google.com>
Authored: Wed May 17 02:33:04 2017 -0400
Committer: Dan Halperin <dh...@google.com>
Committed: Wed May 17 02:33:04 2017 -0400

----------------------------------------------------------------------
 content/feed.xml                               | 2 +-
 content/get-started/quickstart-java/index.html | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/c4a54639/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index 02da655..1a32bd5 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -883,7 +883,7 @@ be controlled within a test.&lt;/p&gt;
 &lt;h2 id=&quot;writing-deterministic-tests-to-emulate-nondeterminism&quot;&gt;Writing Deterministic Tests to Emulate Nondeterminism&lt;/h2&gt;
 
 &lt;p&gt;The Beam testing infrastructure provides the
-&lt;a href=&quot;/documentation/sdks/javadoc/0.6.0/org/apache/beam/sdk/testing/PAssert.html&quot;&gt;PAssert&lt;/a&gt;
+&lt;a href=&quot;/documentation/sdks/javadoc/2.0.0/org/apache/beam/sdk/testing/PAssert.html&quot;&gt;PAssert&lt;/a&gt;
 methods, which assert properties about the contents of a PCollection from within
 a pipeline. We have expanded this infrastructure to include
 &lt;a href=&quot;https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/testing/TestStream.java&quot;&gt;TestStream&lt;/a&gt;,

http://git-wip-us.apache.org/repos/asf/beam-site/blob/c4a54639/content/get-started/quickstart-java/index.html
----------------------------------------------------------------------
diff --git a/content/get-started/quickstart-java/index.html b/content/get-started/quickstart-java/index.html
index abee09e..0d9d0af 100644
--- a/content/get-started/quickstart-java/index.html
+++ b/content/get-started/quickstart-java/index.html
@@ -164,10 +164,9 @@
 <p>The easiest way to get a copy of the WordCount pipeline is to use the following command to generate a simple Maven project that contains Beam’s WordCount examples and builds against the most recent Beam release:</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ 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=2.0.0 \
       -DgroupId=org.example \
       -DartifactId=word-count-beam \
       -Dversion="0.1" \