You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/03/05 20:07:47 UTC

camel git commit: Go back to lucene 4.10.2 as ES fails with 4.10.3. Seems like they broke the API in a patch release :(.

Repository: camel
Updated Branches:
  refs/heads/master 54e72d399 -> 945038669


Go back to lucene 4.10.2 as ES fails with 4.10.3. Seems like they broke the API in a patch release :(.


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

Branch: refs/heads/master
Commit: 945038669e28d3ccd7d8730d4079dac77ac396ef
Parents: 54e72d3
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Mar 5 20:09:05 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Mar 5 20:09:05 2015 +0100

----------------------------------------------------------------------
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/94503866/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index bd71eac..dde34f5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -306,8 +306,8 @@
     <log4j-version>1.2.17</log4j-version>
     <lucene3-bundle-version>3.6.0_1</lucene3-bundle-version>
     <lucene3-version>3.6.0</lucene3-version>
-    <lucene-bundle-version>4.10.3_1</lucene-bundle-version>
-    <lucene-version>4.10.3</lucene-version>
+    <lucene-bundle-version>4.10.2_1</lucene-bundle-version>
+    <lucene-version>4.10.2</lucene-version>
     <lucene-version-range>[4.5,5)</lucene-version-range>
     <lightcouch-version>0.1.3</lightcouch-version>
     <lightcouch-bundle-version>0.1.3_1</lightcouch-bundle-version>