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/09/28 05:11:43 UTC

[camel-spring-boot-examples] branch master updated: Use the same version of fabric8 maven plugin as the other examples

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-spring-boot-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 01a8fd3  Use the same version of fabric8 maven plugin as the other examples
01a8fd3 is described below

commit 01a8fd31c548a9d7616d45aad6d7a4ef35fe7f91
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 28 07:11:08 2020 +0200

    Use the same version of fabric8 maven plugin as the other examples
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 737c2ad..aa75dd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
         <skip.starting.camel.context>false</skip.starting.camel.context>
         <javax.servlet.api.version>4.0.1</javax.servlet.api.version>
         <camel.osgi.export.pkg />
-        <fabric8-maven-plugin-version>4.4.0</fabric8-maven-plugin-version>
+        <fabric8-maven-plugin-version>4.4.1</fabric8-maven-plugin-version>
         <kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version>
         <reactor-version>3.2.15.RELEASE</reactor-version>
         <testcontainers-version>1.14.0</testcontainers-version>