[
https://issues.apache.org/jira/browse/CAMEL-21252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884111#comment-17884111
]
Claus Ibsen commented on CAMEL-21252:
-------------------------------------
We use dash in the Camel naming style so it should be zeebe-version
> Add checking for non .*-versions to sync-properties-maven-plugin
> ----------------------------------------------------------------
>
> Key: CAMEL-21252
> URL: https://issues.apache.org/jira/browse/CAMEL-21252
> Project: Camel
> Issue Type: Bug
> Components: tooling
> Affects Versions: 4.8.0
> Reporter: Thomas Cunningham
> Assignee: Thomas Cunningham
> Priority: Major
>
> sync-properties-maven-plugin only synchronizes properties that fit the
> pattern
> {code:java}
> @Parameter(defaultValue = ".*-version") {code}
> which means that properties like
> {code:java}
> <zeebe.version>8.5.7</zeebe.version> {code}
> [https://github.com/apache/camel/blob/main/parent/pom.xml#L504C9-L504C45]
> are allowed but do not get synced to camel-dependencies. I'd like to add
> a check for properties not meeting that pattern and fix the zeebe.version->
> zeebe-version so that it gets generated in camel-dependencies.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)