Skip to content

Commit

Permalink
Fix quarkus:create-extension's templatesUriBase after the upgrade to …
Browse files Browse the repository at this point in the history
…Quarkus 1.3.0.CR1
  • Loading branch information
ppalaga committed Mar 9, 2020
1 parent 247af3f commit a975932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<namePrefix xml:space="preserve">Camel Quarkus :: </namePrefix>
<nameSegmentDelimiter xml:space="preserve"> :: </nameSegmentDelimiter>
<javaPackageInfix>component</javaPackageInfix>
<templatesUriBase>file://../tooling/create-extension-templates</templatesUriBase>
<templatesUriBase>file:///${project.basedir}/../tooling/create-extension-templates</templatesUriBase>
<runtimeBomPath>../poms/bom/pom.xml</runtimeBomPath>
<deploymentBomPath>../poms/bom-deployment/pom.xml</deploymentBomPath>
<bomEntryVersion>@{camel-quarkus.version}</bomEntryVersion>
Expand Down

0 comments on commit a975932

Please sign in to comment.