Change the pom version of tajo-hcatalog to 0.9.1-SNAPSHOT.
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/8bc4582f Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/8bc4582f Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/8bc4582f Branch: refs/heads/block_iteration Commit: 8bc4582f17c1d987a8f8e13a5f90f8e69bb09e5c Parents: f531495 Author: Hyunsik Choi <[email protected]> Authored: Sun Oct 12 21:33:34 2014 -0700 Committer: Hyunsik Choi <[email protected]> Committed: Sun Oct 12 21:33:34 2014 -0700 ---------------------------------------------------------------------- tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/8bc4582f/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 0aed5b5..2950a96 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.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <relativePath>../../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
