You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by js...@apache.org on 2017/08/08 01:44:19 UTC

incubator-livy git commit: [MINOR] Fix two version number issues in doc

Repository: incubator-livy
Updated Branches:
  refs/heads/master 1fcf93db6 -> a4760c668


[MINOR] Fix two version number issues in doc

Two super nit fix regarding to version number, "incubating" should be added in version number.

CC ajbozarth .

Author: jerryshao <ss...@hortonworks.com>

Closes #33 from jerryshao/fix-doc-issue.


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/a4760c66
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/a4760c66
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy/diff/a4760c66

Branch: refs/heads/master
Commit: a4760c6683b4642fb388d2adbd4cd03ff557cb64
Parents: 1fcf93d
Author: jerryshao <ss...@hortonworks.com>
Authored: Tue Aug 8 09:44:13 2017 +0800
Committer: jerryshao <ss...@hortonworks.com>
Committed: Tue Aug 8 09:44:13 2017 +0800

----------------------------------------------------------------------
 docs/_data/project.yml   | 2 +-
 docs/programmatic-api.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/a4760c66/docs/_data/project.yml
----------------------------------------------------------------------
diff --git a/docs/_data/project.yml b/docs/_data/project.yml
index 891c198..38dd2cf 100644
--- a/docs/_data/project.yml
+++ b/docs/_data/project.yml
@@ -16,6 +16,6 @@
 # Apache Project configurations
 #
 name: Apache Livy
-version: 0.4.0-SNAPSHOT
+version: 0.4.0-incubating-SNAPSHOT
 
 podling: true
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/a4760c66/docs/programmatic-api.md
----------------------------------------------------------------------
diff --git a/docs/programmatic-api.md b/docs/programmatic-api.md
index a3357f6..d20830e 100644
--- a/docs/programmatic-api.md
+++ b/docs/programmatic-api.md
@@ -35,7 +35,7 @@ Add the Livy client dependency to your application's POM:
 <dependency>
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-client-http</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.4.0-incubating-SNAPSHOT</version>
 </dependency>
 ```