You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by mp...@apache.org on 2013/06/22 03:27:52 UTC

git commit: FLUME-2049. Compile ElasticSearchSink with elasticsearch 0.90.

Updated Branches:
  refs/heads/trunk 9f3a530f6 -> a06a56085


FLUME-2049. Compile ElasticSearchSink with elasticsearch 0.90.

(Edward Sargisson via Mike Percy)


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

Branch: refs/heads/trunk
Commit: a06a56085bd810929f27764925eb1b3f6006fb01
Parents: 9f3a530
Author: Mike Percy <mp...@apache.org>
Authored: Fri Jun 21 18:25:09 2013 -0700
Committer: Mike Percy <mp...@apache.org>
Committed: Fri Jun 21 18:25:09 2013 -0700

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/a06a5608/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ebc7e25..4ed9073 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@ limitations under the License.
     <stagingDirectory>${project.basedir}/target/docs</stagingDirectory>
 
     <avro.version>1.7.3</avro.version>
-
+    <elasticsearch.version>0.90.1</elasticsearch.version>
   </properties>
 
   <modules>
@@ -858,14 +858,14 @@ limitations under the License.
       <dependency>
         <groupId>org.elasticsearch</groupId>
         <artifactId>elasticsearch</artifactId>
-        <version>0.19.10</version>
+        <version>${elasticsearch.version}</version>
         <optional>true</optional>
       </dependency>
 
       <dependency>
         <groupId>org.elasticsearch</groupId>
         <artifactId>elasticsearch</artifactId>
-        <version>0.19.10</version>
+        <version>${elasticsearch.version}</version>
         <classifier>tests</classifier>
         <scope>test</scope>
       </dependency>