This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/master by this push: new c1d189c Camel-Artemis-amqp-blueprint example: Moved to correct version and groupId for camel-karaf stuff c1d189c is described below commit c1d189c6f61f7e7e9bfcf92ffe11e80368981c72 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Sun Mar 29 17:04:46 2020 +0200 Camel-Artemis-amqp-blueprint example: Moved to correct version and groupId for camel-karaf stuff --- examples/camel-example-artemis-amqp-blueprint/pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/camel-example-artemis-amqp-blueprint/pom.xml b/examples/camel-example-artemis-amqp-blueprint/pom.xml index 9b133f3..b02acff 100644 --- a/examples/camel-example-artemis-amqp-blueprint/pom.xml +++ b/examples/camel-example-artemis-amqp-blueprint/pom.xml @@ -63,12 +63,12 @@ <dependency> <groupId>org.apache.camel.karaf</groupId> <artifactId>camel-blueprint</artifactId> - <version>${project.version}</version> + <version>${camel.karaf.version}</version> </dependency> <dependency> <groupId>org.apache.camel.karaf</groupId> <artifactId>camel-blueprint-main</artifactId> - <version>${project.version}</version> + <version>${camel.karaf.version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> @@ -115,8 +115,9 @@ <!-- Testing --> <dependency> - <groupId>org.apache.camel</groupId> + <groupId>org.apache.camel.karaf</groupId> <artifactId>camel-test-blueprint</artifactId> + <version>${camel.karaf.version}</version> <scope>test</scope> </dependency>