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 2013/10/22 10:13:09 UTC

git commit: Fixed version to 0.2-incubating.

Updated Branches:
  refs/heads/branch-0.2 9f1b65e93 -> 04e1e69b7


Fixed version to 0.2-incubating.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tajo/commit/04e1e69b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tajo/tree/04e1e69b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tajo/diff/04e1e69b

Branch: refs/heads/branch-0.2
Commit: 04e1e69b77a32572ffe5c7577d3ca79d0fccf86a
Parents: 9f1b65e
Author: Hyunsik Choi <hy...@apache.org>
Authored: Tue Oct 22 17:12:40 2013 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Tue Oct 22 17:12:40 2013 +0900

----------------------------------------------------------------------
 tajo-common/src/main/java/org/apache/tajo/TajoConstants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/04e1e69b/tajo-common/src/main/java/org/apache/tajo/TajoConstants.java
----------------------------------------------------------------------
diff --git a/tajo-common/src/main/java/org/apache/tajo/TajoConstants.java b/tajo-common/src/main/java/org/apache/tajo/TajoConstants.java
index 5bce0ae..2ec2b6b 100644
--- a/tajo-common/src/main/java/org/apache/tajo/TajoConstants.java
+++ b/tajo-common/src/main/java/org/apache/tajo/TajoConstants.java
@@ -19,7 +19,7 @@
 package org.apache.tajo;
 
 public class TajoConstants {
-  public static String TAJO_VERSION = "0.2.0-SNAPSHOT";
+  public static String TAJO_VERSION = "0.2-incubating";
   public static String SYSTEM_CONF_FILENAME = "system_conf.xml";
 
   public static String SYSTEM_DIR_NAME = "system";