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/11/15 01:13:51 UTC

[1/2] incubator-beam-site git commit: Use jekyll site.release_latest variable in direct runner sample pom.xml

Repository: incubator-beam-site
Updated Branches:
  refs/heads/asf-site d5b722e70 -> 3ec3a49ef


Use jekyll site.release_latest variable in direct runner sample pom.xml


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

Branch: refs/heads/asf-site
Commit: 5a8e2a01ee3aefb85bf700d4d46d20712d5c8c7c
Parents: d5b722e
Author: melissa <me...@google.com>
Authored: Mon Nov 14 17:03:53 2016 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Mon Nov 14 17:11:33 2016 -0800

----------------------------------------------------------------------
 src/documentation/runners/direct.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/5a8e2a01/src/documentation/runners/direct.md
----------------------------------------------------------------------
diff --git a/src/documentation/runners/direct.md b/src/documentation/runners/direct.md
index 1d7470d..d01608e 100644
--- a/src/documentation/runners/direct.md
+++ b/src/documentation/runners/direct.md
@@ -28,7 +28,7 @@ You must specify your dependency on the Direct Runner.
 <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>
 ```


[2/2] incubator-beam-site git commit: This closes #84

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


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

Branch: refs/heads/asf-site
Commit: 3ec3a49ef9358d027764bfd73f2cfa020e667d6d
Parents: d5b722e 5a8e2a0
Author: Davor Bonaci <da...@google.com>
Authored: Mon Nov 14 17:13:32 2016 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Mon Nov 14 17:13:32 2016 -0800

----------------------------------------------------------------------
 src/documentation/runners/direct.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------