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/23 08:17:59 UTC

git commit: Changed 0.2.0-SNAPSHOT in pom.xml files to 0.2.0-incubating.

Updated Branches:
  refs/heads/branch-0.2 2948419dc -> f688af1e7


Changed 0.2.0-SNAPSHOT in pom.xml files to 0.2.0-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/f688af1e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tajo/tree/f688af1e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tajo/diff/f688af1e

Branch: refs/heads/branch-0.2
Commit: f688af1e794bbcc99e207b854e44528d276f3fce
Parents: 2948419
Author: Hyunsik Choi <hy...@apache.org>
Authored: Wed Oct 23 15:17:23 2013 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Wed Oct 23 15:17:23 2013 +0900

----------------------------------------------------------------------
 pom.xml                                  | 4 ++--
 tajo-algebra/pom.xml                     | 4 ++--
 tajo-catalog/pom.xml                     | 2 +-
 tajo-catalog/tajo-catalog-client/pom.xml | 2 +-
 tajo-catalog/tajo-catalog-common/pom.xml | 2 +-
 tajo-catalog/tajo-catalog-server/pom.xml | 2 +-
 tajo-common/pom.xml                      | 6 +++---
 tajo-core/pom.xml                        | 4 ++--
 tajo-core/tajo-core-backend/pom.xml      | 4 ++--
 tajo-core/tajo-core-pullserver/pom.xml   | 4 ++--
 tajo-core/tajo-core-storage/pom.xml      | 2 +-
 tajo-dist/pom.xml                        | 4 ++--
 tajo-project/pom.xml                     | 6 +++---
 tajo-rpc/pom.xml                         | 2 +-
 14 files changed, 24 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1815958..bf12371 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tajo</groupId>
   <artifactId>tajo-main</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0-incubating</version>
   <description>Tajo Main</description>
   <name>Tajo Main</name>
   <packaging>pom</packaging>
@@ -73,7 +73,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <tajo.version>0.2.0-SNAPSHOT</tajo.version>
+    <tajo.version>0.2.0-incubating</tajo.version>
   </properties>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/tajo-algebra/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-algebra/pom.xml b/tajo-algebra/pom.xml
index f18ae7b..ded9ff4 100644
--- a/tajo-algebra/pom.xml
+++ b/tajo-algebra/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <artifactId>tajo-project</artifactId>
     <groupId>org.apache.tajo</groupId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <relativePath>../tajo-project</relativePath>
   </parent>
   <artifactId>tajo-algebra</artifactId>
   <packaging>jar</packaging>
   <name>Tajo Algebra</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0-incubating</version>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/tajo-catalog/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-catalog/pom.xml b/tajo-catalog/pom.xml
index bcc4a35..55f6b60 100644
--- a/tajo-catalog/pom.xml
+++ b/tajo-catalog/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>tajo-project</artifactId>
     <groupId>org.apache.tajo</groupId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
 	  <relativePath>../tajo-project</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/tajo-catalog/tajo-catalog-client/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-catalog/tajo-catalog-client/pom.xml b/tajo-catalog/tajo-catalog-client/pom.xml
index b40bee7..6295bf0 100644
--- a/tajo-catalog/tajo-catalog-client/pom.xml
+++ b/tajo-catalog/tajo-catalog-client/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>tajo-project</artifactId>
     <groupId>org.apache.tajo</groupId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
 	  <relativePath>../../tajo-project</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/tajo-catalog/tajo-catalog-common/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-catalog/tajo-catalog-common/pom.xml b/tajo-catalog/tajo-catalog-common/pom.xml
index e8012a6..3eef373 100644
--- a/tajo-catalog/tajo-catalog-common/pom.xml
+++ b/tajo-catalog/tajo-catalog-common/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>tajo-project</artifactId>
     <groupId>org.apache.tajo</groupId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
 	  <relativePath>../../tajo-project</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/tajo-catalog/tajo-catalog-server/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-catalog/tajo-catalog-server/pom.xml b/tajo-catalog/tajo-catalog-server/pom.xml
index 14adba8..4b12538 100644
--- a/tajo-catalog/tajo-catalog-server/pom.xml
+++ b/tajo-catalog/tajo-catalog-server/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>tajo-project</artifactId>
     <groupId>org.apache.tajo</groupId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
 	  <relativePath>../../tajo-project</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/tajo-common/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-common/pom.xml b/tajo-common/pom.xml
index af27516..f941b60 100644
--- a/tajo-common/pom.xml
+++ b/tajo-common/pom.xml
@@ -19,18 +19,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
   <parent>
     <artifactId>tajo-project</artifactId>
     <groupId>org.apache.tajo</groupId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <relativePath>../tajo-project</relativePath>
   </parent>
 
   <artifactId>tajo-common</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0-incubating</version>
   <name>Tajo Common</name>
   <description>Tajo Common Package</description>
   <packaging>jar</packaging>
 
   <properties>
-    <tajo.version>0.2.0-SNAPSHOT</tajo.version>
+    <tajo.version>0.2.0-incubating</tajo.version>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/tajo-core/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-core/pom.xml b/tajo-core/pom.xml
index b7cd9f7..dd18cae 100644
--- a/tajo-core/pom.xml
+++ b/tajo-core/pom.xml
@@ -19,13 +19,13 @@
   <parent>
     <artifactId>tajo-project</artifactId>
     <groupId>org.apache.tajo</groupId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <relativePath>../tajo-project</relativePath>
   </parent>
   <artifactId>tajo-core</artifactId>
   <packaging>pom</packaging>
   <name>Tajo Core</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0-incubating</version>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/tajo-core/tajo-core-backend/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-core/tajo-core-backend/pom.xml b/tajo-core/tajo-core-backend/pom.xml
index f888d1e..440e4ae 100644
--- a/tajo-core/tajo-core-backend/pom.xml
+++ b/tajo-core/tajo-core-backend/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <artifactId>tajo-project</artifactId>
     <groupId>org.apache.tajo</groupId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <relativePath>../../tajo-project</relativePath>
   </parent>
   <artifactId>tajo-core-backend</artifactId>
   <packaging>jar</packaging>
   <name>Tajo Core Backend</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0-incubating</version>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/tajo-core/tajo-core-pullserver/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-core/tajo-core-pullserver/pom.xml b/tajo-core/tajo-core-pullserver/pom.xml
index b46caba..9d400f2 100644
--- a/tajo-core/tajo-core-pullserver/pom.xml
+++ b/tajo-core/tajo-core-pullserver/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <artifactId>tajo-project</artifactId>
     <groupId>org.apache.tajo</groupId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <relativePath>../../tajo-project</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Tajo Core PullServer</name>
   <artifactId>tajo-core-pullserver</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0-incubating</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/tajo-core/tajo-core-storage/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-core/tajo-core-storage/pom.xml b/tajo-core/tajo-core-storage/pom.xml
index 16ccb60..5fe5360 100644
--- a/tajo-core/tajo-core-storage/pom.xml
+++ b/tajo-core/tajo-core-storage/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>tajo-project</artifactId>
     <groupId>org.apache.tajo</groupId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <relativePath>../../tajo-project</relativePath>
   </parent>
   <artifactId>tajo-core-storage</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/tajo-dist/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-dist/pom.xml b/tajo-dist/pom.xml
index 1708ade..c8bee88 100644
--- a/tajo-dist/pom.xml
+++ b/tajo-dist/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <artifactId>tajo-project</artifactId>
     <groupId>org.apache.tajo</groupId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <relativePath>../tajo-project</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tajo-dist</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0-incubating</version>
   <description>Tajo Distribution</description>
   <name>Tajo Distribution</name>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/tajo-project/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml
index 64a3603..e20783f 100644
--- a/tajo-project/pom.xml
+++ b/tajo-project/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.tajo</groupId>
     <artifactId>tajo-main</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
   </parent>
   <groupId>org.apache.tajo</groupId>
   <artifactId>tajo-project</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0-incubating</version>
   <description>Tajo Project POM</description>
   <name>Tajo Project POM</name>
   <packaging>pom</packaging>
@@ -35,7 +35,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <tajo.version>0.2.0-SNAPSHOT</tajo.version>
+    <tajo.version>0.2.0-incubating</tajo.version>
     <hadoop.version>2.0.5-alpha</hadoop.version>
   </properties>
 

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f688af1e/tajo-rpc/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-rpc/pom.xml b/tajo-rpc/pom.xml
index 2e5d2f1..4026051 100644
--- a/tajo-rpc/pom.xml
+++ b/tajo-rpc/pom.xml
@@ -19,7 +19,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>tajo-project</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <groupId>org.apache.tajo</groupId>
     <relativePath>../tajo-project</relativePath>
   </parent>