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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new 970f7e79130 Fix dependency version tag 970f7e79130 is described below commit 970f7e79130e010c010574c80d5cea7bdccb6284 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sat Nov 30 09:21:39 2024 +0100 Fix dependency version tag --- components-starter/camel-hashicorp-vault-starter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components-starter/camel-hashicorp-vault-starter/pom.xml b/components-starter/camel-hashicorp-vault-starter/pom.xml index a54bdfebba1..e607716c222 100644 --- a/components-starter/camel-hashicorp-vault-starter/pom.xml +++ b/components-starter/camel-hashicorp-vault-starter/pom.xml @@ -53,7 +53,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-hashicorp-vault</artifactId> - <version>${project.version}</version> + <version>${camel-version}</version> <type>test-jar</type> <scope>test</scope> </dependency>