You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2019/10/20 07:46:53 UTC

[camel-quarkus] branch master updated: Fix #262 Use bomEntryVersion of CreateExtensionMojo

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new cbbd2a9  Fix #262 Use bomEntryVersion of CreateExtensionMojo
cbbd2a9 is described below

commit cbbd2a9ba46ce435216da6dccbcd7af25eee047d
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Fri Oct 18 17:07:52 2019 +0200

    Fix #262 Use bomEntryVersion of CreateExtensionMojo
    
    to avoid ${project.version} usage in BOMs
---
 extensions/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/extensions/pom.xml b/extensions/pom.xml
index 3339fba..cd87a41 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -86,9 +86,7 @@
                     <templatesUriBase>file:///${project.basedir}/../build/create-extension-templates</templatesUriBase>
                     <runtimeBomPath>../poms/bom/pom.xml</runtimeBomPath>
                     <deploymentBomPath>../poms/bom-deployment/pom.xml</deploymentBomPath>
-                    <!-- The bomEntryVersion should come with the upgrade to Quarkus 0.25
-                         see https://github.com/quarkusio/quarkus/pull/4514
-                    <bomEntryVersion>%{camel-quarkus.version}</bomEntryVersion> -->
+                    <bomEntryVersion>%{camel-quarkus.version}</bomEntryVersion>
                     <itestParentPath>../integration-tests/pom.xml</itestParentPath>
                 </configuration>
             </plugin>