Updated Branches: refs/heads/trunk babdb69a3 -> 831a86fc5
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/831a86fc Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/831a86fc Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/831a86fc Branch: refs/heads/trunk Commit: 831a86fc5501a8624b184ea65e53749df31692b8 Parents: babdb69 Author: Brock Noland <[email protected]> Authored: Mon Oct 29 17:28:58 2012 -0500 Committer: Brock Noland <[email protected]> Committed: Mon Oct 29 17:28:58 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/831a86fc/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 73c9674..2408447 100644 --- a/flume-ng-channels/flume-file-channel/pom.xml +++ b/flume-ng-channels/flume-file-channel/pom.xml @@ -113,11 +113,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/831a86fc/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/831a86fc/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 bf194f8..aaa0e1f 100644 --- a/flume-ng-sinks/flume-hdfs-sink/pom.xml +++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml @@ -125,15 +125,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/831a86fc/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/831a86fc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c49c341..b7906e1 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>
