This is an automated email from the ASF dual-hosted git repository. ppalaga 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 c28e742 Wrong jira component version definition in camel-quarkus-bom #1775 c28e742 is described below commit c28e742b039d648b6c2f163667544b38834e4a68 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Thu Sep 10 22:05:42 2020 +0200 Wrong jira component version definition in camel-quarkus-bom #1775 --- poms/bom/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index efa2390..1dc132e 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -3445,12 +3445,12 @@ <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-jira</artifactId> - <version>${project.version}</version> + <version>${camel-quarkus.version}</version> </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-jira-deployment</artifactId> - <version>${project.version}</version> + <version>${camel-quarkus.version}</version> </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId>