This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch cloud2 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2328b3905a8e91c716efc1382d7b63d7bb66ad36 Author: Claus Ibsen <[email protected]> AuthorDate: Sat Apr 6 11:12:40 2019 +0200 Upgrade karaf features version --- platforms/karaf/features/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index f5bc782..a5bbad4 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -17,7 +17,7 @@ limitations under the License. --> -<features xmlns="http://karaf.apache.org/xmlns/features/v1.3.0" name='camel-${project.version}'> +<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name='camel-${project.version}'> <repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version}/xml/features</repository> <repository>mvn:org.apache.jclouds.karaf/jclouds-karaf/${jclouds-version}/xml/features</repository> <repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/${pax-cdi-version}/xml/features</repository>
