This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch fix/camel-dhis2-version in repository https://gitbox.apache.org/repos/asf/camel.git
commit 345d33f8a91f4fbd472ce3915d7d6df2e06719be Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sat Mar 4 16:43:01 2023 +0100 Fix version property in DHIS2 component --- components/camel-dhis2/camel-dhis2-component/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-dhis2/camel-dhis2-component/pom.xml b/components/camel-dhis2/camel-dhis2-component/pom.xml index c39149e6b73..05ade27fbc5 100644 --- a/components/camel-dhis2/camel-dhis2-component/pom.xml +++ b/components/camel-dhis2/camel-dhis2-component/pom.xml @@ -151,7 +151,7 @@ <plugin> <groupId>org.apache.camel</groupId> <artifactId>camel-api-component-maven-plugin</artifactId> - <version>${camelVersion}</version> + <version>${project.version}</version> <configuration> <scheme>${schemeName}</scheme> <componentName>${componentName}</componentName>