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/03/05 07:26:16 UTC

tajo git commit: TAJO-1335: Bump up 0.10.0-SNAPSHOT to 0.11.0-SNAPSHOT in master branch. (fixed missed pom)

Repository: tajo
Updated Branches:
  refs/heads/master 398287908 -> 1617fa9b4


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/master
Commit: 1617fa9b4e99691499af9d62cebf2fe07b034a26
Parents: 3982879
Author: Hyunsik Choi <hy...@apache.org>
Authored: Wed Mar 4 22:26:00 2015 -0800
Committer: Hyunsik Choi <hy...@apache.org>
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>