Repository: samza Updated Branches: refs/heads/0.10.0 [created] 89158f1a9
SAMZA-831: preparing 0.10.0 release candidate Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/89158f1a Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/89158f1a Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/89158f1a Branch: refs/heads/0.10.0 Commit: 89158f1a95a4679e99fd48fec380193f15714a14 Parents: d859378 Author: Yi Pan (Data Infrastructure) <[email protected]> Authored: Mon Dec 7 14:05:46 2015 -0800 Committer: Yi Pan (Data Infrastructure) <[email protected]> Committed: Mon Dec 7 14:35:35 2015 -0800 ---------------------------------------------------------------------- docs/_config.yml | 4 ++-- docs/startup/hello-samza/versioned/index.md | 1 - gradle.properties | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/89158f1a/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index a3bb8d4..742bc38 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.9 +latest-release: 0.10 http://git-wip-us.apache.org/repos/asf/samza/blob/89158f1a/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 8fb4a94..83f219f 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/89158f1a/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index b18c0cb..014f236 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.0-SNAPSHOT +version=0.10.0 scalaVersion=2.10 gradleVersion=2.0
