This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 99a67965570 Fix version property in DHIS2 component (#9468)
99a67965570 is described below

commit 99a679655709fddbe8a90c4dbc3c73b147e7ef3f
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Sat Mar 4 16:45:26 2023 +0100

    Fix version property in DHIS2 component (#9468)
---
 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>

Reply via email to