Updated Branches: refs/heads/flume-1.4 0e8bd19d5 -> 830dba740
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/830dba74 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/830dba74 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/830dba74 Branch: refs/heads/flume-1.4 Commit: 830dba74066013d81580962e260e78f2b3600fd8 Parents: 0e8bd19 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:16 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/830dba74/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 45e708e..6a0159e 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/830dba74/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 6902abe..80f8d21 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/830dba74/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 d0f4cf2..0d795fa 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/830dba74/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 9651350..badb496 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/830dba74/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 64684d1..bb2d406 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>
