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.git
The following commit(s) were added to refs/heads/master by this push: new 8cdacf7 CAMEL-14715 - Changed groupId in camel-archetype-blueprint for camel-blueprint and camel-test-blueprint 8cdacf7 is described below commit 8cdacf71e00aeba7be462b42f86574ca74e6fcae Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Mar 30 12:00:08 2020 +0200 CAMEL-14715 - Changed groupId in camel-archetype-blueprint for camel-blueprint and camel-test-blueprint --- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml b/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml index d8e7812..ead3e4e 100644 --- a/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml @@ -53,13 +53,13 @@ <artifactId>camel-core</artifactId> </dependency> <dependency> - <groupId>org.apache.camel</groupId> + <groupId>org.apache.camel.karaf</groupId> <artifactId>camel-blueprint</artifactId> </dependency> <!-- Testing --> <dependency> - <groupId>org.apache.camel</groupId> + <groupId>org.apache.camel.karaf</groupId> <artifactId>camel-test-blueprint</artifactId> <scope>test</scope> </dependency>