Repository: tajo Updated Branches: refs/heads/index_support 21d6adbda -> e38c48aa8
TAJO-1335: Bump up 0.10.0-SNAPSHOT to 0.11.0-SNAPSHOT in master branch. (fixed missed pom) Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/1617fa9b Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/1617fa9b Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/1617fa9b Branch: refs/heads/index_support Commit: 1617fa9b4e99691499af9d62cebf2fe07b034a26 Parents: 3982879 Author: Hyunsik Choi <[email protected]> Authored: Wed Mar 4 22:26:00 2015 -0800 Committer: Hyunsik Choi <[email protected]> Committed: Wed Mar 4 22:26:00 2015 -0800 ---------------------------------------------------------------------- tajo-docs/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/1617fa9b/tajo-docs/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-docs/pom.xml b/tajo-docs/pom.xml index 5e14273..a1e2a14 100644 --- a/tajo-docs/pom.xml +++ b/tajo-docs/pom.xml @@ -19,7 +19,7 @@ limitations under the License. <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.9.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-docs</artifactId>
