Return-Path: X-Original-To: apmail-flume-commits-archive@www.apache.org Delivered-To: apmail-flume-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 494BFD5E9 for ; Tue, 16 Oct 2012 20:52:09 +0000 (UTC) Received: (qmail 68788 invoked by uid 500); 16 Oct 2012 20:52:09 -0000 Delivered-To: apmail-flume-commits-archive@flume.apache.org Received: (qmail 68767 invoked by uid 500); 16 Oct 2012 20:52:09 -0000 Mailing-List: contact commits-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list commits@flume.apache.org Received: (qmail 68759 invoked by uid 99); 16 Oct 2012 20:52:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2012 20:52:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id F245D47B05; Tue, 16 Oct 2012 20:52:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brock@apache.org To: commits@flume.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: FLUME-1643: Create 1.4.0 branch and update trunk to 1.4.0-SNAPSHOT Message-Id: <20121016205208.F245D47B05@tyr.zones.apache.org> Date: Tue, 16 Oct 2012 20:52:08 +0000 (UTC) Updated Branches: refs/heads/trunk d4dde03d1 -> 781ec3fcd FLUME-1643: Create 1.4.0 branch and update trunk to 1.4.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/781ec3fc Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/781ec3fc Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/781ec3fc Branch: refs/heads/trunk Commit: 781ec3fcd24e4165d3808f35a7228ba931ee29a0 Parents: d4dde03 Author: Brock Noland Authored: Tue Oct 16 15:51:16 2012 -0500 Committer: Brock Noland Committed: Tue Oct 16 15:51:16 2012 -0500 ---------------------------------------------------------------------- flume-ng-channels/flume-file-channel/pom.xml | 2 +- flume-ng-channels/flume-jdbc-channel/pom.xml | 2 +- .../flume-recoverable-memory-channel/pom.xml | 2 +- flume-ng-channels/pom.xml | 2 +- flume-ng-clients/flume-ng-log4jappender/pom.xml | 2 +- flume-ng-clients/pom.xml | 2 +- flume-ng-configuration/pom.xml | 4 +- flume-ng-core/pom.xml | 2 +- flume-ng-dist/pom.xml | 2 +- flume-ng-legacy-sources/flume-avro-source/pom.xml | 2 +- .../flume-thrift-source/pom.xml | 2 +- flume-ng-legacy-sources/pom.xml | 2 +- flume-ng-node/pom.xml | 2 +- flume-ng-sdk/pom.xml | 2 +- flume-ng-sinks/flume-hdfs-sink/pom.xml | 2 +- flume-ng-sinks/flume-irc-sink/pom.xml | 2 +- flume-ng-sinks/flume-ng-hbase-sink/pom.xml | 2 +- flume-ng-sinks/pom.xml | 2 +- flume-ng-sources/flume-scribe-source/pom.xml | 2 +- flume-ng-sources/pom.xml | 2 +- flume-ng-tests/pom.xml | 2 +- pom.xml | 30 +++++++------- 22 files changed, 37 insertions(+), 37 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-channels/flume-file-channel/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-channels/flume-file-channel/pom.xml b/flume-ng-channels/flume-file-channel/pom.xml index 658c06f..73c9674 100644 --- a/flume-ng-channels/flume-file-channel/pom.xml +++ b/flume-ng-channels/flume-file-channel/pom.xml @@ -24,7 +24,7 @@ flume-ng-channels org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-channels http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-channels/flume-jdbc-channel/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-channels/flume-jdbc-channel/pom.xml b/flume-ng-channels/flume-jdbc-channel/pom.xml index 15053ce..e42efc2 100644 --- a/flume-ng-channels/flume-jdbc-channel/pom.xml +++ b/flume-ng-channels/flume-jdbc-channel/pom.xml @@ -23,7 +23,7 @@ limitations under the License. flume-ng-channels org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-channels http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-channels/flume-recoverable-memory-channel/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-channels/flume-recoverable-memory-channel/pom.xml b/flume-ng-channels/flume-recoverable-memory-channel/pom.xml index 22280f8..6902abe 100644 --- a/flume-ng-channels/flume-recoverable-memory-channel/pom.xml +++ b/flume-ng-channels/flume-recoverable-memory-channel/pom.xml @@ -24,7 +24,7 @@ flume-ng-channels org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-channels http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-channels/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-channels/pom.xml b/flume-ng-channels/pom.xml index a950e9b..5c6fa76 100644 --- a/flume-ng-channels/pom.xml +++ b/flume-ng-channels/pom.xml @@ -23,7 +23,7 @@ limitations under the License. flume-parent org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-clients/flume-ng-log4jappender/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-clients/flume-ng-log4jappender/pom.xml b/flume-ng-clients/flume-ng-log4jappender/pom.xml index fb0a89f..0456671 100644 --- a/flume-ng-clients/flume-ng-log4jappender/pom.xml +++ b/flume-ng-clients/flume-ng-log4jappender/pom.xml @@ -21,7 +21,7 @@ limitations under the License. flume-ng-clients org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-clients/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-clients/pom.xml b/flume-ng-clients/pom.xml index 6b6c35f..7ea2d1d 100644 --- a/flume-ng-clients/pom.xml +++ b/flume-ng-clients/pom.xml @@ -20,7 +20,7 @@ limitations under the License. flume-parent org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT .. flume-ng-clients http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-configuration/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-configuration/pom.xml b/flume-ng-configuration/pom.xml index 4c8113c..ee95327 100644 --- a/flume-ng-configuration/pom.xml +++ b/flume-ng-configuration/pom.xml @@ -20,7 +20,7 @@ limitations under the License. flume-parent org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT .. flume-ng-configuration @@ -62,4 +62,4 @@ limitations under the License. flume-ng-sdk - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-core/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-core/pom.xml b/flume-ng-core/pom.xml index 4592a9d..5c94264 100644 --- a/flume-ng-core/pom.xml +++ b/flume-ng-core/pom.xml @@ -22,7 +22,7 @@ limitations under the License. flume-parent org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-dist/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/pom.xml b/flume-ng-dist/pom.xml index 3f5dc8c..a5512b0 100644 --- a/flume-ng-dist/pom.xml +++ b/flume-ng-dist/pom.xml @@ -24,7 +24,7 @@ flume-parent org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT flume-ng-dist http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-legacy-sources/flume-avro-source/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-legacy-sources/flume-avro-source/pom.xml b/flume-ng-legacy-sources/flume-avro-source/pom.xml index b951833..a392537 100644 --- a/flume-ng-legacy-sources/flume-avro-source/pom.xml +++ b/flume-ng-legacy-sources/flume-avro-source/pom.xml @@ -23,7 +23,7 @@ limitations under the License. flume-ng-legacy-sources org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-legacy-sources http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-legacy-sources/flume-thrift-source/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-legacy-sources/flume-thrift-source/pom.xml b/flume-ng-legacy-sources/flume-thrift-source/pom.xml index 006a5b2..1339bd9 100644 --- a/flume-ng-legacy-sources/flume-thrift-source/pom.xml +++ b/flume-ng-legacy-sources/flume-thrift-source/pom.xml @@ -23,7 +23,7 @@ limitations under the License. flume-ng-legacy-sources org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-legacy-sources http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-legacy-sources/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-legacy-sources/pom.xml b/flume-ng-legacy-sources/pom.xml index 5c19312..bc58c1b 100644 --- a/flume-ng-legacy-sources/pom.xml +++ b/flume-ng-legacy-sources/pom.xml @@ -23,7 +23,7 @@ limitations under the License. flume-parent org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-node/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-node/pom.xml b/flume-ng-node/pom.xml index 5464bd3..6a0fe15 100644 --- a/flume-ng-node/pom.xml +++ b/flume-ng-node/pom.xml @@ -25,7 +25,7 @@ flume-parent org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT flume-ng-node http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-sdk/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sdk/pom.xml b/flume-ng-sdk/pom.xml index b76387f..64141e6 100644 --- a/flume-ng-sdk/pom.xml +++ b/flume-ng-sdk/pom.xml @@ -21,7 +21,7 @@ limitations under the License. flume-parent org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT flume-ng-sdk http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-sinks/flume-hdfs-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-hdfs-sink/pom.xml b/flume-ng-sinks/flume-hdfs-sink/pom.xml index e3cc67f..bf194f8 100644 --- a/flume-ng-sinks/flume-hdfs-sink/pom.xml +++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml @@ -23,7 +23,7 @@ limitations under the License. flume-ng-sinks org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-sinks http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-sinks/flume-irc-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-irc-sink/pom.xml b/flume-ng-sinks/flume-irc-sink/pom.xml index df6bf32..1cabd51 100644 --- a/flume-ng-sinks/flume-irc-sink/pom.xml +++ b/flume-ng-sinks/flume-irc-sink/pom.xml @@ -23,7 +23,7 @@ limitations under the License. flume-ng-sinks org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-sinks http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-sinks/flume-ng-hbase-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-ng-hbase-sink/pom.xml b/flume-ng-sinks/flume-ng-hbase-sink/pom.xml index ae233b9..1507ecd 100644 --- a/flume-ng-sinks/flume-ng-hbase-sink/pom.xml +++ b/flume-ng-sinks/flume-ng-hbase-sink/pom.xml @@ -15,7 +15,7 @@ flume-ng-sinks org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-sinks flume-ng-hbase-sink http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-sinks/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/pom.xml b/flume-ng-sinks/pom.xml index 06327ba..53a630a 100644 --- a/flume-ng-sinks/pom.xml +++ b/flume-ng-sinks/pom.xml @@ -23,7 +23,7 @@ limitations under the License. flume-parent org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-sources/flume-scribe-source/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sources/flume-scribe-source/pom.xml b/flume-ng-sources/flume-scribe-source/pom.xml index 00c4106..588207d 100644 --- a/flume-ng-sources/flume-scribe-source/pom.xml +++ b/flume-ng-sources/flume-scribe-source/pom.xml @@ -23,7 +23,7 @@ limitations under the License. flume-ng-sources org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-sources http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-sources/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sources/pom.xml b/flume-ng-sources/pom.xml index 5bb7ebf..48f751d 100644 --- a/flume-ng-sources/pom.xml +++ b/flume-ng-sources/pom.xml @@ -23,7 +23,7 @@ limitations under the License. flume-parent org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/flume-ng-tests/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-tests/pom.xml b/flume-ng-tests/pom.xml index 939e66a..01f84a2 100644 --- a/flume-ng-tests/pom.xml +++ b/flume-ng-tests/pom.xml @@ -24,7 +24,7 @@ flume-parent org.apache.flume - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT flume-ng-tests http://git-wip-us.apache.org/repos/asf/flume/blob/781ec3fc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e19d2d2..4cd4009 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ limitations under the License. 4.0.0 org.apache.flume flume-parent - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT pom Apache Flume @@ -784,84 +784,84 @@ limitations under the License. org.apache.flume flume-ng-configuration - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume flume-ng-core - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume flume-ng-node - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-channels flume-file-channel - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-channels flume-jdbc-channel - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-channels flume-recoverable-memory-channel - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-sinks flume-hdfs-sink - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-sinks flume-irc-sink - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-sinks flume-ng-hbase-sink - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-sources flume-scribe-source - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-legacy-sources flume-thrift-source - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-legacy-sources flume-avro-source - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume flume-ng-sdk - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT org.apache.flume.flume-ng-clients flume-ng-log4jappender - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT