SAMZA-613: update 0.9.0 release version. bump up to 0.10.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/44d07f68 Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/44d07f68 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/44d07f68 Branch: refs/heads/samza-sql Commit: 44d07f681c423167eb320451d913c44d397ab8aa Parents: 2c9020b Author: Yan Fang <[email protected]> Authored: Tue Mar 24 13:52:16 2015 -0700 Committer: Yan Fang <[email protected]> Committed: Tue Mar 24 13:52:16 2015 -0700 ---------------------------------------------------------------------- docs/_config.yml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/44d07f68/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index 4968a99..a3bb8d4 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -25,4 +25,4 @@ 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: 0.8 +latest-release: 0.9 http://git-wip-us.apache.org/repos/asf/samza/blob/44d07f68/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index ed539e7..b18c0cb 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.9.0-SNAPSHOT +version=0.10.0-SNAPSHOT scalaVersion=2.10 gradleVersion=2.0
