This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 2458c1e Fixup #262 Use bomEntryVersion of CreateExtensionMojo (#313)
2458c1e is described below
commit 2458c1e7d2a181164deb9a7b953b3674e328a63a
Author: Peter Palaga <[email protected]>
AuthorDate: Tue Oct 22 15:06:22 2019 +0200
Fixup #262 Use bomEntryVersion of CreateExtensionMojo (#313)
---
extensions/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extensions/pom.xml b/extensions/pom.xml
index 70b88a2..90f95b4 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -103,7 +103,7 @@
<templatesUriBase>file:///${project.basedir}/../build/create-extension-templates</templatesUriBase>
<runtimeBomPath>../poms/bom/pom.xml</runtimeBomPath>
<deploymentBomPath>../poms/bom-deployment/pom.xml</deploymentBomPath>
- <bomEntryVersion>%{camel-quarkus.version}</bomEntryVersion>
+ <bomEntryVersion>@{camel-quarkus.version}</bomEntryVersion>
<itestParentPath>../integration-tests/pom.xml</itestParentPath>
</configuration>
</plugin>