Repository: flume
Updated Branches:
  refs/heads/flume-1.5 38d8377e9 -> 164f28e2b


FLUME-2263. Bump Hadoop 2 version to 2.3.0

(Gopinathan A via Hari Shreedharan)


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/164f28e2
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/164f28e2
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/164f28e2

Branch: refs/heads/flume-1.5
Commit: 164f28e2b29bee38f4bf24af2d093cc761686d8a
Parents: 38d8377
Author: Hari Shreedharan <hshreedha...@apache.org>
Authored: Thu Mar 13 13:05:29 2014 -0700
Committer: Hari Shreedharan <hshreedha...@apache.org>
Committed: Thu Mar 13 13:05:29 2014 -0700

----------------------------------------------------------------------
 flume-ng-sinks/flume-hdfs-sink/pom.xml | 4 ----
 flume-tools/pom.xml                    | 8 --------
 pom.xml                                | 2 +-
 3 files changed, 1 insertion(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/164f28e2/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 c646a89..43b1a0f 100644
--- a/flume-ng-sinks/flume-hdfs-sink/pom.xml
+++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml
@@ -111,10 +111,6 @@ limitations under the License.
           <name>!hadoop.profile</name>
         </property>
       </activation>
-      <properties>
-        <hadoop.version>1.0.1</hadoop.version>
-        <hadoop.common.artifact.id>hadoop-core</hadoop.common.artifact.id>
-      </properties>
       <dependencies>
 
         <dependency>

http://git-wip-us.apache.org/repos/asf/flume/blob/164f28e2/flume-tools/pom.xml
----------------------------------------------------------------------
diff --git a/flume-tools/pom.xml b/flume-tools/pom.xml
index 1e707fa..1f265a3 100644
--- a/flume-tools/pom.xml
+++ b/flume-tools/pom.xml
@@ -80,10 +80,6 @@ limitations under the License.
           <name>!hadoop.profile</name>
         </property>
       </activation>
-      <properties>
-        <hadoop.version>1.0.1</hadoop.version>
-        <hadoop.common.artifact.id>hadoop-core</hadoop.common.artifact.id>
-      </properties>
       <dependencies>
 
         <dependency>
@@ -111,10 +107,6 @@ limitations under the License.
           <value>2</value>
         </property>
       </activation>
-      <properties>
-        <hadoop.version>2.0.0-alpha</hadoop.version>
-        <hadoop.common.artifact.id>hadoop-common</hadoop.common.artifact.id>
-      </properties>
       <dependencies>
 
         <dependency>

http://git-wip-us.apache.org/repos/asf/flume/blob/164f28e2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 08fffc4..29a04cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@ limitations under the License.
     <avro.version>1.7.3</avro.version>
     <elasticsearch.version>0.90.1</elasticsearch.version>
 
-    <hadoop2.version>2.1.0-beta</hadoop2.version>
+    <hadoop2.version>2.3.0</hadoop2.version>
   </properties>
 
   <modules>

Reply via email to