You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by hy...@apache.org on 2015/02/24 04:48:43 UTC

[2/3] tajo git commit: Changed missed versions in pom.xml and documentation.

Changed missed versions in pom.xml and documentation.


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

Branch: refs/heads/branch-0.10.0-rc1
Commit: 29f05214e46bc19ab0f1af9a17a2ab41932a0a1f
Parents: 1c6665a
Author: Hyunsik Choi <hy...@apache.org>
Authored: Mon Feb 23 17:19:41 2015 -0800
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Mon Feb 23 17:50:45 2015 -0800

----------------------------------------------------------------------
 pom.xml                                                 | 2 +-
 tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml | 2 +-
 tajo-docs/src/main/sphinx/index.rst                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/29f05214/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7793550..c525f47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <tajo.version>0.9.0-SNAPSHOT</tajo.version>
+    <tajo.version>0.10.0</tajo.version>
     <tajo.root>${basedir}</tajo.root>
   </properties>
 

http://git-wip-us.apache.org/repos/asf/tajo/blob/29f05214/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml b/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml
index 28622e3..d441ade 100644
--- a/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml
+++ b/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>tajo-project</artifactId>
     <groupId>org.apache.tajo</groupId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>../../../tajo-project</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/tajo/blob/29f05214/tajo-docs/src/main/sphinx/index.rst
----------------------------------------------------------------------
diff --git a/tajo-docs/src/main/sphinx/index.rst b/tajo-docs/src/main/sphinx/index.rst
index 1222f54..be530c0 100644
--- a/tajo-docs/src/main/sphinx/index.rst
+++ b/tajo-docs/src/main/sphinx/index.rst
@@ -15,7 +15,7 @@
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
 
-Apache Tajo™ (dev) - User documentation
+Apache Tajo™ 0.10.0 - User documentation
 ===========================================================================
 
 .. warning::