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:58 UTC

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

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 -->