You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ni...@apache.org on 2015/07/11 01:24:38 UTC

samza git commit: SAMZA-714: Doc publish for 0.9.1 release in master

Repository: samza
Updated Branches:
  refs/heads/master 94e37ecb7 -> 0a10575aa


SAMZA-714: Doc publish for 0.9.1 release in master


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/0a10575a
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/0a10575a
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/0a10575a

Branch: refs/heads/master
Commit: 0a10575aac3f9b1163d0068b63b653ae5a476d08
Parents: 94e37ec
Author: Yi Pan <ni...@gmail.com>
Authored: Fri Jul 10 11:35:00 2015 -0700
Committer: Yi Pan (Data Infrastructure) <yi...@linkedin.com>
Committed: Fri Jul 10 16:24:08 2015 -0700

----------------------------------------------------------------------
 docs/README.md                 |  4 ++--
 docs/startup/download/index.md | 19 ++++++++++---------
 2 files changed, 12 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/0a10575a/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index 63f03e7..28c8d68 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -62,7 +62,7 @@ This command will re-build the Javadocs and website, checkout https://svn.apache
 
 ## Release-new-version Website Checklist
 
-Assume we want to release x.x.x , need to work on two branches: x.x.x and master.
+Assume we want to release x.x.x and the next release is y.y.y in master, need to work on two branches: x.x.x and master.
 
 Following can be done when updating the gradle.properties file
 
@@ -80,7 +80,7 @@ Following can be done when updating the gradle.properties file
 
     * update the download page to use x.x.x release
 
-    * update the version number in "tar -xvf ./target/hello-samza-x.x.x-dist.tar.gz -C deploy/samza" in docs/startup/hello-samza/versioned/index.md
+    * update the version number in "tar -xvf ./target/hello-samza-y.y.y-dist.tar.gz -C deploy/samza" in docs/startup/hello-samza/versioned/index.md
 
 After apache mirrors pick up the new release,
 

http://git-wip-us.apache.org/repos/asf/samza/blob/0a10575a/docs/startup/download/index.md
----------------------------------------------------------------------
diff --git a/docs/startup/download/index.md b/docs/startup/download/index.md
index ccaf20b..2f4bf2c 100644
--- a/docs/startup/download/index.md
+++ b/docs/startup/download/index.md
@@ -29,6 +29,7 @@ Starting in June of 2015, Samza will begin requiring JDK7 or higher. Please see
 
 ### Source Releases
 
+ * [samza-sources-0.9.1.tgz](http://www.apache.org/dyn/closer.cgi/samza/0.9.1)
  * [samza-sources-0.9.0.tgz](http://www.apache.org/dyn/closer.cgi/samza/0.9.0)
  * [samza-sources-0.8.0-incubating.tgz](https://archive.apache.org/dist/incubator/samza/0.8.0-incubating)
  * [samza-sources-0.7.0-incubating.tgz](https://archive.apache.org/dist/incubator/samza/0.7.0-incubating)
@@ -45,12 +46,12 @@ A Maven-based Samza project can pull in all required dependencies Samza dependen
 <dependency>
   <groupId>org.apache.samza</groupId>
   <artifactId>samza-api</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.1</version>
 </dependency>
 <dependency>
   <groupId>org.apache.samza</groupId>
   <artifactId>samza-core_2.10</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.1</version>
   <scope>runtime</scope>
 </dependency>
 <dependency>
@@ -58,37 +59,37 @@ A Maven-based Samza project can pull in all required dependencies Samza dependen
   <artifactId>samza-shell</artifactId>
   <classifier>dist</classifier>
   <type>tgz</type>
-  <version>0.9.0</version>
+  <version>0.9.1</version>
   <scope>runtime</scope>
 </dependency>
 <dependency>
   <groupId>org.apache.samza</groupId>
   <artifactId>samza-yarn_2.10</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.1</version>
   <scope>runtime</scope>
 </dependency>
 <dependency>
   <groupId>org.apache.samza</groupId>
   <artifactId>samza-kv_2.10</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.1</version>
   <scope>runtime</scope>
 </dependency>
 <dependency>
   <groupId>org.apache.samza</groupId>
   <artifactId>samza-kv-rocksdb_2.10</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.1</version>
   <scope>runtime</scope>
 </dependency>
 <dependency>
   <groupId>org.apache.samza</groupId>
   <artifactId>samza-kv-inmemory_2.10</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.1</version>
   <scope>runtime</scope>
 </dependency>
 <dependency>
   <groupId>org.apache.samza</groupId>
   <artifactId>samza-kafka_2.10</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.1</version>
   <scope>runtime</scope>
 </dependency>
 {% endhighlight %}
@@ -99,7 +100,7 @@ Samza versions less than 0.9 should include this additional dependency.
 <dependency>
   <groupId>org.apache.samza</groupId>
   <artifactId>samza-serializers_2.10</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.1</version>
 </dependency>
 {% endhighlight %}