You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/12/28 01:38:06 UTC

[1/4] beam-site git commit: Update website pull request instructions in the Release Guide

Repository: beam-site
Updated Branches:
  refs/heads/asf-site 15c8077f7 -> 21ae50ee8


Update website pull request instructions in the Release Guide


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

Branch: refs/heads/asf-site
Commit: 2ec43fdb22491d7d8881428e3289b7f0efd28660
Parents: 15c8077
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Thu Dec 15 12:58:30 2016 +0100
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Dec 27 17:29:32 2016 -0800

----------------------------------------------------------------------
 src/contribute/release-guide.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/2ec43fdb/src/contribute/release-guide.md
----------------------------------------------------------------------
diff --git a/src/contribute/release-guide.md b/src/contribute/release-guide.md
index 8dc96dc..5638fc9 100644
--- a/src/contribute/release-guide.md
+++ b/src/contribute/release-guide.md
@@ -281,13 +281,14 @@ The final step of building the candidate is to propose a website pull request.
 
 Add the new release to the [Apache Beam Releases]({{ site.baseurl }}/use/releases/) page, as follows:
 
-* Update the `<version>` tags in the sample `pom.xml` snippet to the new release.
-* Add the new version to the `Release Notes` section below, along with links to the source code download and the Release Notes in JIRA.
+* Update `release_latest` version in `_config.yml`.
+* Update the `<version>` tags in the sample `pom.xml` snippet to the new release (in `src/get-started/downloads.md`).
+* Add the new version to the `Release Notes` section below, along with links to the source code download and the Release Notes in JIRA (in `src/get-started/downloads.md` too).
 
 Add the new Javadoc to [SDK API Reference page]({{ site.baseurl }}/learn/sdks/javadoc/) page, as follows:
 
 * Copy the generated Javadoc into the website repository: `cp -r ${JAVADOC_ROOT} learn/sdks/javadoc/${VERSION}`.
-* Update the Javadoc link on this page to point to the new version.
+* Update the Javadoc link on this page to point to the new version (in `src/documentation/sdks/javadoc/currend.md`).
 
 Finally, propose a pull request with these changes. (Don\u2019t merge before finalizing the release.)
 


[4/4] beam-site git commit: This closes #110

Posted by da...@apache.org.
This closes #110


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

Branch: refs/heads/asf-site
Commit: 21ae50ee83654b89a0ba2258c44282a2a983553e
Parents: 15c8077 99e1fb1
Author: Davor Bonaci <da...@google.com>
Authored: Tue Dec 27 17:37:39 2016 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Dec 27 17:37:39 2016 -0800

----------------------------------------------------------------------
 content/contribute/release-guide/index.html | 13 ++++---------
 src/contribute/release-guide.md             | 11 ++++-------
 src/get-started/downloads.md                |  4 ++--
 3 files changed, 10 insertions(+), 18 deletions(-)
----------------------------------------------------------------------



[2/4] beam-site git commit: Additional clarifications to pull request #110

Posted by da...@apache.org.
Additional clarifications to pull request #110


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

Branch: refs/heads/asf-site
Commit: 58cf95d307297a10d6047e01b3b2934ba35db1f7
Parents: 2ec43fd
Author: Davor Bonaci <da...@google.com>
Authored: Tue Dec 27 17:36:57 2016 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Dec 27 17:36:57 2016 -0800

----------------------------------------------------------------------
 src/contribute/release-guide.md | 12 ++++--------
 src/get-started/downloads.md    |  4 ++--
 2 files changed, 6 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/58cf95d3/src/contribute/release-guide.md
----------------------------------------------------------------------
diff --git a/src/contribute/release-guide.md b/src/contribute/release-guide.md
index 5638fc9..36f3bd1 100644
--- a/src/contribute/release-guide.md
+++ b/src/contribute/release-guide.md
@@ -279,16 +279,12 @@ Please carefully review the generated Javadoc. Check for completeness and presen
 
 The final step of building the candidate is to propose a website pull request.
 
-Add the new release to the [Apache Beam Releases]({{ site.baseurl }}/use/releases/) page, as follows:
+Start by updating `release_latest` version flag in the top-level `_config.yml`, and list the new release in the [Apache Beam Downloads]({{ site.baseurl }}/get-started/downloads/), linking to the source code download and the Release Notes in JIRA.
 
-* Update `release_latest` version in `_config.yml`.
-* Update the `<version>` tags in the sample `pom.xml` snippet to the new release (in `src/get-started/downloads.md`).
-* Add the new version to the `Release Notes` section below, along with links to the source code download and the Release Notes in JIRA (in `src/get-started/downloads.md` too).
+Add the new Javadoc to [SDK API Reference page]({{ site.baseurl }}/documentation/sdks/javadoc/) page, as follows:
 
-Add the new Javadoc to [SDK API Reference page]({{ site.baseurl }}/learn/sdks/javadoc/) page, as follows:
-
-* Copy the generated Javadoc into the website repository: `cp -r ${JAVADOC_ROOT} learn/sdks/javadoc/${VERSION}`.
-* Update the Javadoc link on this page to point to the new version (in `src/documentation/sdks/javadoc/currend.md`).
+* Copy the generated Javadoc into the website repository: `cp -r ${JAVADOC_ROOT} documentation/sdks/javadoc/${VERSION}`.
+* Update the Javadoc link on this page to point to the new version (in `src/documentation/sdks/javadoc/current.md`).
 
 Finally, propose a pull request with these changes. (Don\u2019t merge before finalizing the release.)
 

http://git-wip-us.apache.org/repos/asf/beam-site/blob/58cf95d3/src/get-started/downloads.md
----------------------------------------------------------------------
diff --git a/src/get-started/downloads.md b/src/get-started/downloads.md
index af8506a..b0011fa 100644
--- a/src/get-started/downloads.md
+++ b/src/get-started/downloads.md
@@ -20,12 +20,12 @@ Java with the `DirectRunner`, add the following dependencies to your
     <dependency>
       <groupId>org.apache.beam</groupId>
       <artifactId>beam-sdks-java-core</artifactId>
-      <version>0.3.0-incubating</version>
+      <version>{{ site.release_latest }}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.beam</groupId>
       <artifactId>beam-runners-direct-java</artifactId>
-      <version>0.3.0-incubating</version>
+      <version>{{ site.release_latest }}</version>
       <scope>runtime</scope>
     </dependency>
 


[3/4] beam-site git commit: Regenerate website

Posted by da...@apache.org.
Regenerate website


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

Branch: refs/heads/asf-site
Commit: 99e1fb131bcb672286e2696fed2f9693964c43bc
Parents: 58cf95d
Author: Davor Bonaci <da...@google.com>
Authored: Tue Dec 27 17:37:38 2016 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Dec 27 17:37:38 2016 -0800

----------------------------------------------------------------------
 content/contribute/release-guide/index.html | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/99e1fb13/content/contribute/release-guide/index.html
----------------------------------------------------------------------
diff --git a/content/contribute/release-guide/index.html b/content/contribute/release-guide/index.html
index 9e7c8e7..74d3b96 100644
--- a/content/contribute/release-guide/index.html
+++ b/content/contribute/release-guide/index.html
@@ -536,18 +536,13 @@ TAG="v${VERSION}-RC${RC_NUM}"
 
 <p>The final step of building the candidate is to propose a website pull request.</p>
 
-<p>Add the new release to the <a href="/use/releases/">Apache Beam Releases</a> page, as follows:</p>
+<p>Start by updating <code class="highlighter-rouge">release_latest</code> version flag in the top-level <code class="highlighter-rouge">_config.yml</code>, and list the new release in the <a href="/get-started/downloads/">Apache Beam Downloads</a>, linking to the source code download and the Release Notes in JIRA.</p>
 
-<ul>
-  <li>Update the <code class="highlighter-rouge">&lt;version&gt;</code> tags in the sample <code class="highlighter-rouge">pom.xml</code> snippet to the new release.</li>
-  <li>Add the new version to the <code class="highlighter-rouge">Release Notes</code> section below, along with links to the source code download and the Release Notes in JIRA.</li>
-</ul>
-
-<p>Add the new Javadoc to <a href="/learn/sdks/javadoc/">SDK API Reference page</a> page, as follows:</p>
+<p>Add the new Javadoc to <a href="/documentation/sdks/javadoc/">SDK API Reference page</a> page, as follows:</p>
 
 <ul>
-  <li>Copy the generated Javadoc into the website repository: <code class="highlighter-rouge">cp -r ${JAVADOC_ROOT} learn/sdks/javadoc/${VERSION}</code>.</li>
-  <li>Update the Javadoc link on this page to point to the new version.</li>
+  <li>Copy the generated Javadoc into the website repository: <code class="highlighter-rouge">cp -r ${JAVADOC_ROOT} documentation/sdks/javadoc/${VERSION}</code>.</li>
+  <li>Update the Javadoc link on this page to point to the new version (in <code class="highlighter-rouge">src/documentation/sdks/javadoc/current.md</code>).</li>
 </ul>
 
 <p>Finally, propose a pull request with these changes. (Don\u2019t merge before finalizing the release.)</p>