Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 801BA198F4 for ; Thu, 31 Mar 2016 06:30:11 +0000 (UTC) Received: (qmail 79409 invoked by uid 500); 31 Mar 2016 06:30:11 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 79346 invoked by uid 500); 31 Mar 2016 06:30:11 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 79331 invoked by uid 99); 31 Mar 2016 06:30:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2016 06:30:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 157FBDFFAE; Thu, 31 Mar 2016 06:30:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: acosentino@apache.org To: commits@camel.apache.org Date: Thu, 31 Mar 2016 06:30:12 -0000 Message-Id: <68e1c09fee6d4222a1006668c284b403@git.apache.org> In-Reply-To: <1a3cf3f8f69e4d798d5946b797125e81@git.apache.org> References: <1a3cf3f8f69e4d798d5946b797125e81@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] camel git commit: Upgrade Lucene/Solr and related bundle to version 5.5.0 Upgrade Lucene/Solr and related bundle to version 5.5.0 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/404a5541 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/404a5541 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/404a5541 Branch: refs/heads/master Commit: 404a554104d0d084a1409a326c0440d6811d2f8d Parents: 740c1db Author: Andrea Cosentino Authored: Thu Mar 31 08:24:36 2016 +0200 Committer: Andrea Cosentino Committed: Thu Mar 31 08:24:36 2016 +0200 ---------------------------------------------------------------------- parent/pom.xml | 8 ++++---- .../java/org/apache/camel/itest/karaf/CamelLuceneTest.java | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/404a5541/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 13f550b..e213d52 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -367,8 +367,8 @@ 1.1.5 3.6.0_1 3.6.0 - 5.4.1_1 - 5.4.1 + 5.5.0_1 + 5.5.0 [5,6) 0.1.8 2.3.1 @@ -491,8 +491,8 @@ 1.17 1.1.2.1 2.3.4_1 - 5.3.1_1 - 5.3.1 + 5.5.0_1 + 5.5.0 [5,6) 1.6.1 2.3 http://git-wip-us.apache.org/repos/asf/camel/blob/404a5541/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelLuceneTest.java ---------------------------------------------------------------------- diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelLuceneTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelLuceneTest.java index c8f8040..7483eab 100644 --- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelLuceneTest.java +++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelLuceneTest.java @@ -22,7 +22,6 @@ import org.junit.runner.RunWith; import org.ops4j.pax.exam.junit.PaxExam; @RunWith(PaxExam.class) -@Ignore("Need new version of lucene bundle") public class CamelLuceneTest extends AbstractFeatureTest { public static final String COMPONENT = extractName(CamelLuceneTest.class); @@ -33,4 +32,4 @@ public class CamelLuceneTest extends AbstractFeatureTest { testComponent(COMPONENT); } -} \ No newline at end of file +}