You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/30 15:55:56 UTC

[camel] branch master updated (4e7f54c -> d810bd5)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 4e7f54c  CAMEL-14715 - Remove libphonenumber bundle property placeholder (camel-karaf-migration)
     new 1809cc3  CAMEL-14715 - Remove lucene bundle property placeholder (camel-karaf-migration)
     new d810bd5  CAMEL-14715 - Remove lightcouch bundle property placeholder (camel-karaf-migration)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml | 3 ---
 1 file changed, 3 deletions(-)


[camel] 02/02: CAMEL-14715 - Remove lightcouch bundle property placeholder (camel-karaf-migration)

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d810bd51482a963f2c57ef576be99301c9ed1f67
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 30 17:55:07 2020 +0200

    CAMEL-14715 - Remove lightcouch bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7f46d74..d3294a0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -377,7 +377,6 @@
         <lucene-version>8.1.1</lucene-version>
         <lucene-version-range>[8,9)</lucene-version-range>
         <lightcouch-version>0.2.0</lightcouch-version>
-        <lightcouch-bundle-version>0.2.0_1</lightcouch-bundle-version>
         <lz4-version>1.6.0</lz4-version>
         <!-- needed from tooling/archetypes -->
         <!-- use antrun 1.6 as 1.7 fails with finding tools.jar on java on some platforms -->


[camel] 01/02: CAMEL-14715 - Remove lucene bundle property placeholder (camel-karaf-migration)

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1809cc36dd84f23143755202a8fdfbb795680323
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 30 17:54:19 2020 +0200

    CAMEL-14715 - Remove lucene bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5356663..7f46d74 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -374,8 +374,6 @@
         <log4j2-version>2.13.1</log4j2-version>
         <logback-version>1.2.3</logback-version>
         <lucene3-version>3.6.0</lucene3-version>
-        <lucene-bundle-version>8.1.1_1</lucene-bundle-version>
-        <!-- lucene aligned with elasticsearch version of lucene in use -->
         <lucene-version>8.1.1</lucene-version>
         <lucene-version-range>[8,9)</lucene-version-range>
         <lightcouch-version>0.2.0</lightcouch-version>