Repository: tajo Updated Branches: refs/heads/branch-0.11.0 d4b24248c -> 6301a9877
Fix the version in tajo-client-example's pom.xml. Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/6301a987 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/6301a987 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/6301a987 Branch: refs/heads/branch-0.11.0 Commit: 6301a98771b0e8ed5fec42f77f80b68c5ba1d88e Parents: d4b2424 Author: Hyunsik Choi <[email protected]> Authored: Wed Aug 19 23:51:28 2015 +0900 Committer: Hyunsik Choi <[email protected]> Committed: Wed Aug 19 23:51:28 2015 +0900 ---------------------------------------------------------------------- tajo-client-example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/6301a987/tajo-client-example/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-client-example/pom.xml b/tajo-client-example/pom.xml index e81311d..bfdac15 100644 --- a/tajo-client-example/pom.xml +++ b/tajo-client-example/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.12.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-client-example</artifactId>
