Updated Branches: refs/heads/flume-1.3.0 73ebd2774 -> dc99a7455
FLUME-1653: Update Hadoop-23 profile to point to hadoop-2 alpha artifacts (Hari Shreedharan via Brock Noland) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/dc99a745 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/dc99a745 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/dc99a745 Branch: refs/heads/flume-1.3.0 Commit: dc99a7455be6b9203447c730cafe4763032749df Parents: 73ebd27 Author: Brock Noland <[email protected]> Authored: Mon Oct 29 17:28:58 2012 -0500 Committer: Brock Noland <[email protected]> Committed: Mon Oct 29 17:29:19 2012 -0500 ---------------------------------------------------------------------- flume-ng-channels/flume-file-channel/pom.xml | 4 ++-- .../flume-recoverable-memory-channel/pom.xml | 4 ++-- flume-ng-sinks/flume-hdfs-sink/pom.xml | 6 +++--- flume-ng-sinks/flume-ng-hbase-sink/pom.xml | 4 ++-- pom.xml | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/dc99a745/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 263978a..b6f8100 100644 --- a/flume-ng-channels/flume-file-channel/pom.xml +++ b/flume-ng-channels/flume-file-channel/pom.xml @@ -115,11 +115,11 @@ <profiles> <profile> - <id>hadoop-0.23</id> + <id>hadoop-2</id> <activation> <property> <name>hadoop.profile</name> - <value>23</value> + <value>2</value> </property> </activation> <dependencies> http://git-wip-us.apache.org/repos/asf/flume/blob/dc99a745/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 3f55057..4216e46 100644 --- a/flume-ng-channels/flume-recoverable-memory-channel/pom.xml +++ b/flume-ng-channels/flume-recoverable-memory-channel/pom.xml @@ -85,11 +85,11 @@ <profiles> <profile> - <id>hadoop-0.23</id> + <id>hadoop-2</id> <activation> <property> <name>hadoop.profile</name> - <value>23</value> + <value>2</value> </property> </activation> <dependencies> http://git-wip-us.apache.org/repos/asf/flume/blob/dc99a745/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 da89d76..c6a2db0 100644 --- a/flume-ng-sinks/flume-hdfs-sink/pom.xml +++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml @@ -126,15 +126,15 @@ limitations under the License. </profile> <profile> - <id>hadoop-0.23</id> + <id>hadoop-2</id> <activation> <property> <name>hadoop.profile</name> - <value>23</value> + <value>2</value> </property> </activation> <properties> - <hadoop.version>0.23.1</hadoop.version> + <hadoop.version>2.0.0-alpha</hadoop.version> <hadoop.common.artifact.id>hadoop-common</hadoop.common.artifact.id> </properties> <dependencies> http://git-wip-us.apache.org/repos/asf/flume/blob/dc99a745/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 0faf92d..b6df51d 100644 --- a/flume-ng-sinks/flume-ng-hbase-sink/pom.xml +++ b/flume-ng-sinks/flume-ng-hbase-sink/pom.xml @@ -128,11 +128,11 @@ </dependencies> </profile> <profile> - <id>hadoop-0.23</id> + <id>hadoop-2</id> <activation> <property> <name>hadoop.profile</name> - <value>23</value> + <value>2</value> </property> </activation> <dependencies> http://git-wip-us.apache.org/repos/asf/flume/blob/dc99a745/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 11d3532..587b719 100644 --- a/pom.xml +++ b/pom.xml @@ -88,15 +88,15 @@ limitations under the License. </profile> <profile> - <id>hadoop-0.23</id> + <id>hadoop-2</id> <activation> <property> <name>hadoop.profile</name> - <value>23</value> + <value>2</value> </property> </activation> <properties> - <hadoop.version>0.23.1</hadoop.version> + <hadoop.version>2.0.0-alpha</hadoop.version> <hbase.version>0.94.2</hbase.version> <hadoop.common.artifact.id>hadoop-common</hadoop.common.artifact.id> </properties>
