zerucus opened a new issue #1775: URL: https://github.com/apache/camel-quarkus/issues/1775
In camel-quarkus-bom file version 1.0.1 for jira depenency wrong version is defined should be` ${camel-quarkus.version}`, but is `${project.version}`: is: ``` <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-jira</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-jira-deployment</artifactId> <version>${project.version}</version> </dependency> ``` should be: ``` <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-jira</artifactId> <version>${camel-quarkus.version}</version> </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-jira-deployment</artifactId> <version>${camel-quarkus.version}</version> </dependency> ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org