You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by ji...@apache.org on 2015/03/09 06:25:32 UTC

tajo git commit: TAJO-1378: Incorrect version(0.8.0) info in tajo-doc. (Contributed by Dongjoon Hyun, Committed by jihoon)

Repository: tajo
Updated Branches:
  refs/heads/master b839d372a -> 14a7f8241


TAJO-1378: Incorrect version(0.8.0) info in tajo-doc. (Contributed by Dongjoon Hyun, Committed by jihoon)


Project: http://git-wip-us.apache.org/repos/asf/tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/14a7f824
Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/14a7f824
Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/14a7f824

Branch: refs/heads/master
Commit: 14a7f82418d4169a43b35587f2b1154a13461806
Parents: b839d37
Author: Jihoon Son <ji...@apache.org>
Authored: Mon Mar 9 14:25:12 2015 +0900
Committer: Jihoon Son <ji...@apache.org>
Committed: Mon Mar 9 14:25:12 2015 +0900

----------------------------------------------------------------------
 CHANGES                           | 5 ++++-
 tajo-docs/src/main/sphinx/conf.py | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/14a7f824/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 9d986f1..d132eb5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,7 +16,10 @@ Release 0.11.0 - unreleased
 
   BUG FIXES
 
-    TAJO-1370 TUtils.checkEquals() is not consistent with description 
+    TAJO-1378: Incorrect version(0.8.0) info in tajo-doc. 
+    (Contributed by Dongjoon Hyun, Committed by jihoon)
+
+    TAJO-1370: TUtils.checkEquals() is not consistent with description 
     in javadoc. (Contributed by navis, Committed by hyunsik)
 
     TAJO-1362: Resolve findbug warnings on Tajo Core Module. (jihun)

http://git-wip-us.apache.org/repos/asf/tajo/blob/14a7f824/tajo-docs/src/main/sphinx/conf.py
----------------------------------------------------------------------
diff --git a/tajo-docs/src/main/sphinx/conf.py b/tajo-docs/src/main/sphinx/conf.py
index 9695ed1..f6a2d96 100644
--- a/tajo-docs/src/main/sphinx/conf.py
+++ b/tajo-docs/src/main/sphinx/conf.py
@@ -65,9 +65,9 @@ copyright = u'2014, Apache Tajo Team'
 # built documents.
 #
 # The short X.Y version.
-version = '0.8'
+version = '0.11'
 # The full version, including alpha/beta/rc tags.
-release = '0.8.0'
+release = '0.11.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.