Return-Path: X-Original-To: apmail-asterixdb-commits-archive@minotaur.apache.org Delivered-To: apmail-asterixdb-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 D6E6F1838C for ; Sat, 3 Oct 2015 02:00:16 +0000 (UTC) Received: (qmail 96314 invoked by uid 500); 3 Oct 2015 02:00:16 -0000 Delivered-To: apmail-asterixdb-commits-archive@asterixdb.apache.org Received: (qmail 96281 invoked by uid 500); 3 Oct 2015 02:00:16 -0000 Mailing-List: contact commits-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list commits@asterixdb.incubator.apache.org Received: (qmail 96272 invoked by uid 99); 3 Oct 2015 02:00:16 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Oct 2015 02:00:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 472EEC1D7E for ; Sat, 3 Oct 2015 02:00:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.771 X-Spam-Level: * X-Spam-Status: No, score=1.771 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id X_Fl7I0SeAm7 for ; Sat, 3 Oct 2015 02:00:11 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 46541259B4 for ; Sat, 3 Oct 2015 01:59:57 +0000 (UTC) Received: (qmail 95752 invoked by uid 99); 3 Oct 2015 01:59:55 -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; Sat, 03 Oct 2015 01:59:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D7ADE0449; Sat, 3 Oct 2015 01:59:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: imaxon@apache.org To: commits@asterixdb.incubator.apache.org Date: Sat, 03 Oct 2015 02:00:02 -0000 Message-Id: <00f655a3cc924dd7a6e70ed6f3567495@git.apache.org> In-Reply-To: <6a54595eb7a34fb6b804d9593807349e@git.apache.org> References: <6a54595eb7a34fb6b804d9593807349e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/14] incubator-asterixdb 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/incubator-asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/commit/400ba497 Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/tree/400ba497 Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/diff/400ba497 Branch: refs/heads/release-0.8.7 Commit: 400ba4976a347fd8e020248da19df3be812a88dc Parents: 73e0936 Author: Ian Maxon Authored: Fri Oct 2 14:58:23 2015 -0700 Committer: Ian Maxon Committed: Fri Oct 2 14:58:23 2015 -0700 ---------------------------------------------------------------------- asterix-algebra/pom.xml | 12 ++++++------ asterix-app/pom.xml | 20 ++++++++++---------- asterix-aql/pom.xml | 8 ++++---- asterix-common/pom.xml | 4 ++-- asterix-doc/pom.xml | 2 +- asterix-events/pom.xml | 6 +++--- asterix-examples/pom.xml | 2 +- asterix-external-data/pom.xml | 10 +++++----- asterix-fuzzyjoin/pom.xml | 4 ++-- asterix-installer/pom.xml | 12 ++++++------ .../lexer-generator-maven-plugin/pom.xml | 2 +- asterix-maven-plugins/pom.xml | 2 +- .../pom.xml | 2 +- asterix-metadata/pom.xml | 10 +++++----- asterix-om/pom.xml | 6 +++--- asterix-runtime/pom.xml | 10 +++++----- asterix-server/pom.xml | 4 ++-- asterix-test-framework/pom.xml | 2 +- asterix-tools/pom.xml | 14 +++++++------- asterix-transactions/pom.xml | 6 +++--- asterix-yarn/pom.xml | 16 ++++++++-------- pom.xml | 6 +++--- 22 files changed, 80 insertions(+), 80 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-algebra/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-algebra/pom.xml b/asterix-algebra/pom.xml index 869b2fd..c08c640 100644 --- a/asterix-algebra/pom.xml +++ b/asterix-algebra/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT asterix-algebra @@ -105,31 +105,31 @@ org.apache.asterix asterix-runtime - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-aql - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-metadata - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-external-data - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-transactions - 0.8.7-incubating + 0.8.8-SNAPSHOT compile http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-app/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-app/pom.xml b/asterix-app/pom.xml index a1808bf..c9a1b8e 100644 --- a/asterix-app/pom.xml +++ b/asterix-app/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT asterix-app @@ -136,48 +136,48 @@ org.apache.asterix asterix-algebra - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-aql - 0.8.7-incubating + 0.8.8-SNAPSHOT jar compile org.apache.asterix asterix-om - 0.8.7-incubating + 0.8.8-SNAPSHOT jar compile org.apache.asterix asterix-metadata - 0.8.7-incubating + 0.8.8-SNAPSHOT jar compile org.apache.asterix asterix-tools - 0.8.7-incubating + 0.8.8-SNAPSHOT jar compile org.apache.asterix asterix-common - 0.8.7-incubating + 0.8.8-SNAPSHOT jar compile org.apache.asterix asterix-common - 0.8.7-incubating + 0.8.8-SNAPSHOT test-jar test @@ -187,7 +187,7 @@ org.apache.asterix asterix-transactions - 0.8.7-incubating + 0.8.8-SNAPSHOT compile @@ -218,7 +218,7 @@ org.apache.asterix asterix-test-framework - 0.8.7-incubating + 0.8.8-SNAPSHOT test http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-aql/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-aql/pom.xml b/asterix-aql/pom.xml index 8465757..0224a51 100644 --- a/asterix-aql/pom.xml +++ b/asterix-aql/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT @@ -133,19 +133,19 @@ org.apache.asterix asterix-common - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-om - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-metadata - 0.8.7-incubating + 0.8.8-SNAPSHOT compile http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-common/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-common/pom.xml b/asterix-common/pom.xml index efffbaf..39cb529 100644 --- a/asterix-common/pom.xml +++ b/asterix-common/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT asterix-common @@ -208,7 +208,7 @@ org.apache.asterix asterix-test-framework - 0.8.7-incubating + 0.8.8-SNAPSHOT test http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-doc/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-doc/pom.xml b/asterix-doc/pom.xml index 8a98c12..8f8ef5b 100644 --- a/asterix-doc/pom.xml +++ b/asterix-doc/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT http://asterixdb.incubator.apache.org/ http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-events/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-events/pom.xml b/asterix-events/pom.xml index ef30a37..6e63957 100644 --- a/asterix-events/pom.xml +++ b/asterix-events/pom.xml @@ -22,11 +22,11 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT org.apache.asterix asterix-events - 0.8.7-incubating + 0.8.8-SNAPSHOT @@ -206,7 +206,7 @@ org.apache.asterix asterix-common - 0.8.7-incubating + 0.8.8-SNAPSHOT jar compile http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-examples/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-examples/pom.xml b/asterix-examples/pom.xml index 6e6bd5e..e23c739 100644 --- a/asterix-examples/pom.xml +++ b/asterix-examples/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT asterix-examples http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-external-data/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-external-data/pom.xml b/asterix-external-data/pom.xml index c7e5af1..e9c23ea 100644 --- a/asterix-external-data/pom.xml +++ b/asterix-external-data/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT @@ -114,21 +114,21 @@ org.apache.asterix asterix-om - 0.8.7-incubating + 0.8.8-SNAPSHOT jar compile org.apache.asterix asterix-runtime - 0.8.7-incubating + 0.8.8-SNAPSHOT jar compile org.apache.asterix asterix-metadata - 0.8.7-incubating + 0.8.8-SNAPSHOT jar compile @@ -189,7 +189,7 @@ org.apache.asterix asterix-common - 0.8.7-incubating + 0.8.8-SNAPSHOT com.microsoft.windowsazure http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-fuzzyjoin/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-fuzzyjoin/pom.xml b/asterix-fuzzyjoin/pom.xml index ba0a14f..39afd1c 100644 --- a/asterix-fuzzyjoin/pom.xml +++ b/asterix-fuzzyjoin/pom.xml @@ -21,11 +21,11 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT org.apache.asterix asterix-fuzzyjoin - 0.8.7-incubating + 0.8.8-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-installer/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-installer/pom.xml b/asterix-installer/pom.xml index 211ce1b..9a4857b 100644 --- a/asterix-installer/pom.xml +++ b/asterix-installer/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT asterix-installer @@ -251,35 +251,35 @@ org.apache.asterix asterix-events - 0.8.7-incubating + 0.8.8-SNAPSHOT jar compile org.apache.asterix asterix-common - 0.8.7-incubating + 0.8.8-SNAPSHOT test-jar test org.apache.asterix asterix-server - 0.8.7-incubating + 0.8.8-SNAPSHOT zip binary-assembly org.apache.asterix asterix-external-data - 0.8.7-incubating + 0.8.8-SNAPSHOT zip binary-assembly org.apache.asterix asterix-test-framework - 0.8.7-incubating + 0.8.8-SNAPSHOT test http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml b/asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml index 88d48a0..fafa1d2 100644 --- a/asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml +++ b/asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml @@ -23,7 +23,7 @@ asterix-maven-plugins org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT maven-plugin http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-maven-plugins/pom.xml b/asterix-maven-plugins/pom.xml index df4ae0e..f896cf3 100644 --- a/asterix-maven-plugins/pom.xml +++ b/asterix-maven-plugins/pom.xml @@ -35,7 +35,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-maven-plugins/record-manager-generator-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-maven-plugins/record-manager-generator-maven-plugin/pom.xml b/asterix-maven-plugins/record-manager-generator-maven-plugin/pom.xml index f7f8970..15074e0 100644 --- a/asterix-maven-plugins/record-manager-generator-maven-plugin/pom.xml +++ b/asterix-maven-plugins/record-manager-generator-maven-plugin/pom.xml @@ -23,7 +23,7 @@ asterix-maven-plugins org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT maven-plugin http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-metadata/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-metadata/pom.xml b/asterix-metadata/pom.xml index 5252d0c..8149c5b 100644 --- a/asterix-metadata/pom.xml +++ b/asterix-metadata/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT asterix-metadata @@ -53,25 +53,25 @@ org.apache.asterix asterix-common - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-om - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-runtime - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-events - 0.8.7-incubating + 0.8.8-SNAPSHOT compile http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-om/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-om/pom.xml b/asterix-om/pom.xml index 12be614..85a6928 100644 --- a/asterix-om/pom.xml +++ b/asterix-om/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT asterix-om @@ -53,13 +53,13 @@ org.apache.asterix asterix-common - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-transactions - 0.8.7-incubating + 0.8.8-SNAPSHOT compile http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-runtime/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-runtime/pom.xml b/asterix-runtime/pom.xml index 2a61330..4fb1b8b 100644 --- a/asterix-runtime/pom.xml +++ b/asterix-runtime/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT asterix-runtime @@ -50,7 +50,7 @@ org.apache.asterix lexer-generator-maven-plugin - 0.8.7-incubating + 0.8.8-SNAPSHOT src/main/resources/adm.grammar ${project.build.directory}/generated-sources/org/apache/asterix/runtime/operators/file/adm @@ -147,13 +147,13 @@ org.apache.asterix asterix-om - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-fuzzyjoin - 0.8.7-incubating + 0.8.8-SNAPSHOT compile @@ -163,7 +163,7 @@ org.apache.asterix asterix-transactions - 0.8.7-incubating + 0.8.8-SNAPSHOT compile http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-server/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-server/pom.xml b/asterix-server/pom.xml index e775d6b..45a1cc9 100644 --- a/asterix-server/pom.xml +++ b/asterix-server/pom.xml @@ -23,7 +23,7 @@ org.apache.asterix asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT @@ -140,7 +140,7 @@ org.apache.asterix asterix-app - 0.8.7-incubating + 0.8.8-SNAPSHOT org.codehaus.mojo.appassembler http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-test-framework/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-test-framework/pom.xml b/asterix-test-framework/pom.xml index 2c79a33..7bbbacb 100644 --- a/asterix-test-framework/pom.xml +++ b/asterix-test-framework/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT asterix-test-framework http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-tools/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-tools/pom.xml b/asterix-tools/pom.xml index c15a131..be3efce 100644 --- a/asterix-tools/pom.xml +++ b/asterix-tools/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT asterix-tools @@ -150,37 +150,37 @@ org.apache.asterix asterix-aql - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-algebra - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-external-data - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-metadata - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-metadata - 0.8.7-incubating + 0.8.8-SNAPSHOT compile org.apache.asterix asterix-events - 0.8.7-incubating + 0.8.8-SNAPSHOT compile http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-transactions/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-transactions/pom.xml b/asterix-transactions/pom.xml index 3b67f7e..3afeac3 100644 --- a/asterix-transactions/pom.xml +++ b/asterix-transactions/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT asterix-transactions @@ -49,7 +49,7 @@ org.apache.asterix record-manager-generator-maven-plugin - 0.8.7-incubating + 0.8.8-SNAPSHOT false @@ -112,7 +112,7 @@ org.apache.asterix asterix-common - 0.8.7-incubating + 0.8.8-SNAPSHOT jar compile http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/asterix-yarn/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-yarn/pom.xml b/asterix-yarn/pom.xml index 022de5b..ad09e7f 100644 --- a/asterix-yarn/pom.xml +++ b/asterix-yarn/pom.xml @@ -21,7 +21,7 @@ asterix org.apache.asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT asterix-yarn @@ -135,26 +135,26 @@ org.apache.asterix asterix-events - 0.8.7-incubating + 0.8.8-SNAPSHOT test org.apache.asterix asterix-common - 0.8.7-incubating + 0.8.8-SNAPSHOT test-jar test org.apache.asterix asterix-test-framework - 0.8.7-incubating + 0.8.8-SNAPSHOT test org.apache.asterix asterix-common - 0.8.7-incubating + 0.8.8-SNAPSHOT org.apache.hadoop @@ -222,19 +222,19 @@ org.apache.asterix asterix-server - 0.8.7-incubating + 0.8.8-SNAPSHOT zip binary-assembly org.apache.asterix asterix-runtime - 0.8.7-incubating + 0.8.8-SNAPSHOT org.apache.asterix asterix-app - 0.8.7-incubating + 0.8.8-SNAPSHOT org.slf4j http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/400ba497/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fe984c8..62a8ce3 100644 --- a/pom.xml +++ b/pom.xml @@ -21,13 +21,13 @@ 4.0.0 org.apache.asterix asterix - 0.8.7-incubating + 0.8.8-SNAPSHOT pom org.apache apache - 17 + LATEST @@ -176,7 +176,7 @@ scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb https://github.com/apache/incubator-asterixdb - asterix-0.8.7-incubating + HEAD