You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by sh...@apache.org on 2019/03/27 00:52:48 UTC

[samza] branch master updated: Fix the 1.1.0 docs. (#977)

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

shanthoosh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ffe917  Fix the 1.1.0 docs. (#977)
1ffe917 is described below

commit 1ffe917f3e5e9f39ed51d61798cf9bf160b422ea
Author: shanthoosh <sv...@linkedin.com>
AuthorDate: Tue Mar 26 17:52:44 2019 -0700

    Fix the 1.1.0 docs. (#977)
    
    * Update the release variable in config.yml to generate javadocs.
    * Update the index.md to contain the 1.1-src location.
---
 docs/_config.yml               | 2 +-
 docs/startup/download/index.md | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index 0b028d3..ef574b5 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -25,7 +25,7 @@ exclude: [_docs]
 baseurl: http://samza.apache.org
 version: latest
 # this is the version you will go if you click 'switch version' in "latest" pages.
-latest-release: '1.0.0'
+latest-release: '1.1.0'
 collections:
   menu:
     output: false
diff --git a/docs/startup/download/index.md b/docs/startup/download/index.md
index f4f9023..ee3d2db 100644
--- a/docs/startup/download/index.md
+++ b/docs/startup/download/index.md
@@ -37,6 +37,7 @@ Starting from 2016, Samza will begin requiring JDK8 or higher. Please see [this
 
 ### Source Releases
 
+ * [samza-sources-1.1.0.tgz](http://www.apache.org/dyn/closer.lua/samza/1.1.0)
  * [samza-sources-1.0.0.tgz](http://www.apache.org/dyn/closer.lua/samza/1.0.0)
  * [samza-sources-0.14.1.tgz](http://www.apache.org/dyn/closer.lua/samza/0.14.1)
  * [samza-sources-0.14.0.tgz](http://www.apache.org/dyn/closer.lua/samza/0.14.0)