You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by na...@apache.org on 2016/07/29 22:06:21 UTC

[2/2] samza git commit: SAMZA-987 - Preparing for 0.10.1 version release

SAMZA-987 - Preparing for 0.10.1 version release


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

Branch: refs/heads/0.10.1
Commit: 6cea05183dd88b42d0c3e66f2f986e3fd5435e29
Parents: 27176dc
Author: Navina Ramesh <nr...@linkedin.com>
Authored: Fri Jul 29 13:53:07 2016 -0700
Committer: Navina Ramesh <nr...@linkedin.com>
Committed: Fri Jul 29 14:36:08 2016 -0700

----------------------------------------------------------------------
 docs/_config.yml                            | 2 +-
 docs/startup/hello-samza/versioned/index.md | 1 -
 gradle.properties                           | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/6cea0518/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index dc1a66f..1973f1c 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -23,6 +23,6 @@ redcarpet:
   extensions: ['with_toc_data', 'smart']
 exclude: [_docs]
 baseurl: http://samza.apache.org
-version: latest
+version: '0.10'
 # this is the version you will go if you click 'switch version' in "latest" pages.
 latest-release: '0.10'

http://git-wip-us.apache.org/repos/asf/samza/blob/6cea0518/docs/startup/hello-samza/versioned/index.md
----------------------------------------------------------------------
diff --git a/docs/startup/hello-samza/versioned/index.md b/docs/startup/hello-samza/versioned/index.md
index e1ef4da..d78ca48 100644
--- a/docs/startup/hello-samza/versioned/index.md
+++ b/docs/startup/hello-samza/versioned/index.md
@@ -27,7 +27,6 @@ Check out the hello-samza project:
 {% highlight bash %}
 git clone https://git.apache.org/samza-hello-samza.git hello-samza
 cd hello-samza
-git checkout latest
 {% endhighlight %}
 
 This project contains everything you'll need to run your first Samza jobs.

http://git-wip-us.apache.org/repos/asf/samza/blob/6cea0518/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 16e1f5d..fc9b03c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 group=org.apache.samza
-version=0.10.1-SNAPSHOT
+version=0.10.1
 scalaVersion=2.10
 
 gradleVersion=2.0