You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by hs...@apache.org on 2014/03/13 22:51:47 UTC

git commit: FLUME-2345. Update to Kite 0.12.0 dependency

Repository: flume
Updated Branches:
  refs/heads/trunk f4c6c7025 -> 1c8b8f5e9


FLUME-2345. Update to Kite 0.12.0 dependency

(Ryan Blue 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/1c8b8f5e
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/1c8b8f5e
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/1c8b8f5e

Branch: refs/heads/trunk
Commit: 1c8b8f5e9185d75c6b1cb06a617dfc08447935c9
Parents: f4c6c70
Author: Hari Shreedharan <hs...@apache.org>
Authored: Thu Mar 13 14:51:03 2014 -0700
Committer: Hari Shreedharan <hs...@apache.org>
Committed: Thu Mar 13 14:51:03 2014 -0700

----------------------------------------------------------------------
 flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml | 1 -
 pom.xml                                             | 4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/1c8b8f5e/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml b/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml
index 7d90651..e4be720 100644
--- a/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml
+++ b/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml
@@ -33,7 +33,6 @@ limitations under the License.
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <solr.version>4.3.0</solr.version>
     <solr.expected.version>4.3.0</solr.expected.version> <!-- sanity check to verify we actually run against the expected version rather than some outdated version -->
-    <kite.version>0.10.0</kite.version>
     <slf4j.version>1.6.1</slf4j.version>
     <surefire.version>2.12.4</surefire.version>
   </properties>

http://git-wip-us.apache.org/repos/asf/flume/blob/1c8b8f5e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 29a04cb..2aa0ad1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,8 @@ limitations under the License.
     <elasticsearch.version>0.90.1</elasticsearch.version>
 
     <hadoop2.version>2.3.0</hadoop2.version>
+
+    <kite.version>0.12.0</kite.version>
   </properties>
 
   <modules>
@@ -1111,7 +1113,7 @@ limitations under the License.
       <dependency>
         <groupId>org.kitesdk</groupId>
         <artifactId>kite-data-core</artifactId>
-        <version>0.10.1</version>
+        <version>${kite.version}</version>
       </dependency>
 
     </dependencies>