Repository: tajo Updated Branches: refs/heads/branch-0.10.0 f89de1dca -> ccf2a8b5c
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/ccf2a8b5 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/ccf2a8b5 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/ccf2a8b5 Branch: refs/heads/branch-0.10.0 Commit: ccf2a8b5c96ec1c27dfccb7eed70ae0cf6a6b6eb Parents: f89de1d Author: Hyunsik Choi <[email protected]> Authored: Mon Feb 23 17:19:41 2015 -0800 Committer: Hyunsik Choi <[email protected]> Committed: Mon Feb 23 17:19:41 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/ccf2a8b5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 81bb908..0e3c73b 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/ccf2a8b5/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/ccf2a8b5/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::
