ppalaga commented on issue #4301:
URL: https://github.com/apache/camel-quarkus/issues/4301#issuecomment-1330363268

   I think the best way to provide the camel version would be to use the 
`org.apache.camel.tooling.model.ArtifactModel.getMetadata()` map. That's where 
we already store camel `groupId:artifactId` already: 
   
https://github.com/apache/camel-quarkus/blob/main/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/PrepareCatalogQuarkusMojo.java#L169
   
   I guess storing `groupId:artifactId:version` under the same key is not a 
good idea because Camel K may be using it. 
   Introducing a new key, say `camelVersion` sounds safer. WDYT, @davsclaus?
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to