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 5d498b5e20a044e1bbafbc90e7d55ac0e127af4b Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Dec 5 08:13:10 2017 +0100 Upgrade Lightcouch and related bundle to version 0.2.0 --- parent/pom.xml | 5 ++--- platforms/karaf/features/src/main/resources/features.xml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 9c63dd7..1c875dd 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -462,9 +462,8 @@ <!-- lucene aligned with elasticsearch version of lucene in use --> <lucene-version>5.5.2</lucene-version> <lucene-version-range>[5,6)</lucene-version-range> - <lightcouch-version>0.1.8</lightcouch-version> - <lightcouch-gson-version>2.4</lightcouch-gson-version> - <lightcouch-bundle-version>0.1.8_2</lightcouch-bundle-version> + <lightcouch-version>0.2.0</lightcouch-version> + <lightcouch-bundle-version>0.2.0_1</lightcouch-bundle-version> <lz4-version>1.2.0</lz4-version> <!-- needed from tooling/archetypes --> <!-- use antrun 1.6 as 1.7 fails with finding tools.jar on java on some platforms --> diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 335b41d..e5a01e2 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -420,7 +420,7 @@ <feature name='camel-couchdb' version='${project.version}' resolver='(obr)' start-level='50'> <feature version='${project.version}'>camel-core</feature> <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.lightcouch/${lightcouch-bundle-version}</bundle> - <bundle dependency='true'>mvn:com.google.code.gson/gson/${lightcouch-gson-version}</bundle> + <bundle dependency='true'>mvn:com.google.code.gson/gson/${gson-version}</bundle> <bundle dependency='true'>mvn:commons-codec/commons-codec/${commons-codec-version}</bundle> <bundle dependency='true'>mvn:org.apache.httpcomponents/httpcore-osgi/${httpcore4-version}</bundle> <bundle dependency='true'>mvn:org.apache.httpcomponents/httpclient-osgi/${httpclient4-version}</bundle> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
