Return-Path: X-Original-To: apmail-tajo-commits-archive@minotaur.apache.org Delivered-To: apmail-tajo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2BD1418D6F for ; Mon, 1 Jun 2015 04:29:12 +0000 (UTC) Received: (qmail 96382 invoked by uid 500); 1 Jun 2015 04:29:12 -0000 Delivered-To: apmail-tajo-commits-archive@tajo.apache.org Received: (qmail 96286 invoked by uid 500); 1 Jun 2015 04:29:12 -0000 Mailing-List: contact commits-help@tajo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.apache.org Delivered-To: mailing list commits@tajo.apache.org Received: (qmail 96262 invoked by uid 99); 1 Jun 2015 04:29:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2015 04:29:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A50D2DFCB5; Mon, 1 Jun 2015 04:29:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hyunsik@apache.org To: commits@tajo.apache.org Date: Mon, 01 Jun 2015 04:29:12 -0000 Message-Id: <9d003c9764974c5dbe92b0dc057e16d1@git.apache.org> In-Reply-To: <2f3fdb1154eb4b9f93ff656a3788164c@git.apache.org> References: <2f3fdb1154eb4b9f93ff656a3788164c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/4] tajo git commit: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/290f6492 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/290f6492 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/290f6492 Branch: refs/heads/release-0.10.1-rc2 Commit: 290f6492ab910ad9c532187230acc24d9aace258 Parents: 4198890 Author: Hyunsik Choi Authored: Mon May 25 16:10:26 2015 -0700 Committer: Hyunsik Choi Committed: Mon May 25 16:10:26 2015 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- tajo-algebra/pom.xml | 2 +- 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-drivers/pom.xml | 2 +- tajo-catalog/tajo-catalog-server/pom.xml | 2 +- tajo-cli/pom.xml | 2 +- tajo-client/pom.xml | 2 +- tajo-common/pom.xml | 2 +- tajo-core/pom.xml | 2 +- tajo-dist/pom.xml | 2 +- tajo-jdbc/pom.xml | 2 +- tajo-maven-plugins/pom.xml | 2 +- tajo-plan/pom.xml | 2 +- tajo-project/pom.xml | 6 +++--- tajo-pullserver/pom.xml | 2 +- tajo-rpc/pom.xml | 2 +- tajo-storage/pom.xml | 2 +- tajo-storage/tajo-storage-common/pom.xml | 2 +- tajo-storage/tajo-storage-hbase/pom.xml | 2 +- tajo-storage/tajo-storage-hdfs/pom.xml | 2 +- tajo-thirdparty/asm/pom.xml | 2 +- 23 files changed, 26 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3677e51..1f0c5ff 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.apache.tajo tajo-main - 0.10.1 + 0.10.2-SNAPSHOT Tajo Main Tajo Main pom @@ -57,7 +57,7 @@ https://git-wip-us.apache.org/repos/asf/tajo.git scm:git:https://git-wip-us.apache.org/repos/asf/tajo.git scm:git:https://git-wip-us.apache.org/repos/asf/tajo.git - release-0.10.1-rc1 + HEAD http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-algebra/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-algebra/pom.xml b/tajo-algebra/pom.xml index 3cf4e01..95151eb 100644 --- a/tajo-algebra/pom.xml +++ b/tajo-algebra/pom.xml @@ -22,7 +22,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../tajo-project tajo-algebra http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-catalog/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-catalog/pom.xml b/tajo-catalog/pom.xml index 9a23f7e..c722368 100644 --- a/tajo-catalog/pom.xml +++ b/tajo-catalog/pom.xml @@ -21,7 +21,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../tajo-project 4.0.0 http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/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 22d99a5..3be6587 100644 --- a/tajo-catalog/tajo-catalog-client/pom.xml +++ b/tajo-catalog/tajo-catalog-client/pom.xml @@ -21,7 +21,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../../tajo-project 4.0.0 http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/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 47bd0f0..7af0581 100644 --- a/tajo-catalog/tajo-catalog-common/pom.xml +++ b/tajo-catalog/tajo-catalog-common/pom.xml @@ -21,7 +21,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../../tajo-project 4.0.0 http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-catalog/tajo-catalog-drivers/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-catalog/tajo-catalog-drivers/pom.xml b/tajo-catalog/tajo-catalog-drivers/pom.xml index 85bb54b..00a7ebd 100644 --- a/tajo-catalog/tajo-catalog-drivers/pom.xml +++ b/tajo-catalog/tajo-catalog-drivers/pom.xml @@ -21,7 +21,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../../tajo-project 4.0.0 http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/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 6cf4193..27c58a5 100644 --- a/tajo-catalog/tajo-catalog-server/pom.xml +++ b/tajo-catalog/tajo-catalog-server/pom.xml @@ -21,7 +21,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../../tajo-project 4.0.0 http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-cli/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-cli/pom.xml b/tajo-cli/pom.xml index b6c94c4..b955681 100644 --- a/tajo-cli/pom.xml +++ b/tajo-cli/pom.xml @@ -22,7 +22,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../tajo-project tajo-cli http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-client/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-client/pom.xml b/tajo-client/pom.xml index 8f7a843..08f75fe 100644 --- a/tajo-client/pom.xml +++ b/tajo-client/pom.xml @@ -22,7 +22,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../tajo-project tajo-client http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-common/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-common/pom.xml b/tajo-common/pom.xml index b63eee9..475e47f 100644 --- a/tajo-common/pom.xml +++ b/tajo-common/pom.xml @@ -17,7 +17,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../tajo-project http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-core/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-core/pom.xml b/tajo-core/pom.xml index 5c4d039..1d4dc58 100644 --- a/tajo-core/pom.xml +++ b/tajo-core/pom.xml @@ -22,7 +22,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../tajo-project tajo-core http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-dist/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-dist/pom.xml b/tajo-dist/pom.xml index 57ed183..b465c6f 100644 --- a/tajo-dist/pom.xml +++ b/tajo-dist/pom.xml @@ -21,7 +21,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../tajo-project 4.0.0 http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-jdbc/pom.xml b/tajo-jdbc/pom.xml index 8959937..b9e6930 100644 --- a/tajo-jdbc/pom.xml +++ b/tajo-jdbc/pom.xml @@ -22,7 +22,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../tajo-project tajo-jdbc http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-maven-plugins/pom.xml b/tajo-maven-plugins/pom.xml index 0e667b6..543e0f0 100644 --- a/tajo-maven-plugins/pom.xml +++ b/tajo-maven-plugins/pom.xml @@ -17,7 +17,7 @@ org.apache.tajo tajo-project - 0.10.1 + 0.10.2-SNAPSHOT ../tajo-project org.apache.tajo http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-plan/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-plan/pom.xml b/tajo-plan/pom.xml index e6e1eb2..cf5c417 100644 --- a/tajo-plan/pom.xml +++ b/tajo-plan/pom.xml @@ -22,7 +22,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../tajo-project tajo-plan http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-project/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml index a4758ba..d0b2a9c 100644 --- a/tajo-project/pom.xml +++ b/tajo-project/pom.xml @@ -22,7 +22,7 @@ org.apache.tajo tajo-main - 0.10.1 + 0.10.2-SNAPSHOT org.apache.tajo tajo-project @@ -35,7 +35,7 @@ UTF-8 2.6.0 2.5.0 - 0.10.1 + 0.10.2-SNAPSHOT 0.98.7-hadoop2 4.0.25.Final ${project.parent.relativePath}/.. @@ -326,7 +326,7 @@ https://git-wip-us.apache.org/repos/asf/tajo.git scm:git:https://git-wip-us.apache.org/repos/asf/tajo.git scm:git:https://git-wip-us.apache.org/repos/asf/tajo.git - release-0.10.1-rc1 + HEAD http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-pullserver/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-pullserver/pom.xml b/tajo-pullserver/pom.xml index ae174ac..516b164 100644 --- a/tajo-pullserver/pom.xml +++ b/tajo-pullserver/pom.xml @@ -21,7 +21,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../tajo-project 4.0.0 http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-rpc/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-rpc/pom.xml b/tajo-rpc/pom.xml index a1727e2..fc57c0d 100644 --- a/tajo-rpc/pom.xml +++ b/tajo-rpc/pom.xml @@ -20,7 +20,7 @@ 4.0.0 tajo-project - 0.10.1 + 0.10.2-SNAPSHOT org.apache.tajo ../tajo-project http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-storage/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-storage/pom.xml b/tajo-storage/pom.xml index 4efac11..faa1aaa 100644 --- a/tajo-storage/pom.xml +++ b/tajo-storage/pom.xml @@ -21,7 +21,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../tajo-project 4.0.0 http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-storage/tajo-storage-common/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-storage/tajo-storage-common/pom.xml b/tajo-storage/tajo-storage-common/pom.xml index f388479..60b886a 100644 --- a/tajo-storage/tajo-storage-common/pom.xml +++ b/tajo-storage/tajo-storage-common/pom.xml @@ -21,7 +21,7 @@ limitations under the License. tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../../tajo-project 4.0.0 http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-storage/tajo-storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-storage/tajo-storage-hbase/pom.xml b/tajo-storage/tajo-storage-hbase/pom.xml index ebb8e24..79a8b99 100644 --- a/tajo-storage/tajo-storage-hbase/pom.xml +++ b/tajo-storage/tajo-storage-hbase/pom.xml @@ -21,7 +21,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../../tajo-project 4.0.0 http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-storage/tajo-storage-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-storage/tajo-storage-hdfs/pom.xml b/tajo-storage/tajo-storage-hdfs/pom.xml index 985eb50..b89bf4d 100644 --- a/tajo-storage/tajo-storage-hdfs/pom.xml +++ b/tajo-storage/tajo-storage-hdfs/pom.xml @@ -21,7 +21,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../../tajo-project 4.0.0 http://git-wip-us.apache.org/repos/asf/tajo/blob/290f6492/tajo-thirdparty/asm/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-thirdparty/asm/pom.xml b/tajo-thirdparty/asm/pom.xml index c02ebd6..1483611 100644 --- a/tajo-thirdparty/asm/pom.xml +++ b/tajo-thirdparty/asm/pom.xml @@ -17,7 +17,7 @@ tajo-project org.apache.tajo - 0.10.1 + 0.10.2-SNAPSHOT ../../tajo-project