You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2019/05/23 21:49:46 UTC

[beam] branch asf-site updated: Publishing website 2019/05/23 21:49:36 at commit d810ab6

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8899f0a  Publishing website 2019/05/23 21:49:36 at commit d810ab6
8899f0a is described below

commit 8899f0ab0e61e07f3eeda03e7957227820dc8851
Author: jenkins <bu...@apache.org>
AuthorDate: Thu May 23 21:49:37 2019 +0000

    Publishing website 2019/05/23 21:49:36 at commit d810ab6
---
 website/generated-content/contribute/release-guide/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/generated-content/contribute/release-guide/index.html b/website/generated-content/contribute/release-guide/index.html
index 0b42ee8..bdca303 100644
--- a/website/generated-content/contribute/release-guide/index.html
+++ b/website/generated-content/contribute/release-guide/index.html
@@ -611,8 +611,8 @@ Automation Reliability</a>.</p>
   </li>
   <li>Usage
     <div class="highlighter-rouge"><pre class="highlight"><code># Cut a release branch
-./beam/release/src/main/scripts/cut_release_branch.sh 
---release= ${RELEASE_VERSION}
+./beam/release/src/main/scripts/cut_release_branch.sh \
+--release=${RELEASE_VERSION} \
 --next_release=${NEXT_VERSION}
   
 # Show help page
@@ -1382,7 +1382,7 @@ Thanks everyone!
     <p>Dataflow Runner</p>
     <div class="highlighter-rouge"><pre class="highlight"><code>./gradlew :runners:google-cloud-dataflow-java:runQuickstartJavaDataflow \
 -Prepourl=https://repository.apache.org/content/repositories/orgapachebeam-${KEY} \
--Pver= ${RELEASE_VERSION}\
+-Pver=${RELEASE_VERSION} \
 -PgcpProject=${YOUR_GCP_PROJECT} \
 -PgcsBucket=${YOUR_GCP_BUCKET}
 </code></pre>
@@ -1416,7 +1416,7 @@ export GOOGLE_APPLICATION_CREDENTIALS=${PATH_TO_YOUR_KEY_JSON}
         <p>Run</p>
         <div class="highlighter-rouge"><pre class="highlight"><code>./gradlew :runners:google-cloud-dataflow-java:runMobileGamingJavaDataflow \
  -Prepourl=https://repository.apache.org/content/repositories/orgapachebeam-${KEY} \ 
- -Pver= ${RELEASE_VERSION}\
+ -Pver=${RELEASE_VERSION} \
  -PgcpProject=${YOUR_GCP_PROJECT} \
  -PgcsBucket=${YOUR_GCP_BUCKET} \
  -PbqDataset=${YOUR_DATASET} -PpubsubTopic=${YOUR_PROJECT_PUBSUB_TOPIC}