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:05:06 UTC

[camel-examples] branch master updated: Add a Fabric8 Maven plugin property placeholder

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


The following commit(s) were added to refs/heads/master by this push:
     new fb55296  Add a Fabric8 Maven plugin property placeholder
fb55296 is described below

commit fb55296d283c9f63afd7384b6a1877e4ef080c52
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 28 07:03:30 2020 +0200

    Add a Fabric8 Maven plugin property placeholder
---
 examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index e824d56..8bdf2a5 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -194,6 +194,7 @@
         <derby-version>10.14.2.0</derby-version>
         <jkube-version>1.0.0</jkube-version>
         <wsdl4j-version>1.6.3</wsdl4j-version>
+        <fabric8-maven-plugin-version>4.4.1</fabric8-maven-plugin-version>
     </properties>
 
     <!-- Comment out the snapshot repositories as we don't need them now -->