This is an automated email from the ASF dual-hosted git repository. davsclaus 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 eda0171 CAMEL-15043: Fixed camel-archetype-dataformat eda0171 is described below commit eda01711b3b09c555a5955f567d0322af3193108 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun May 24 21:00:29 2020 +0200 CAMEL-15043: Fixed camel-archetype-dataformat --- .../src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/pom.xml b/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/pom.xml index 3e956ae..3275e81 100644 --- a/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/pom.xml @@ -36,7 +36,7 @@ <!-- Camel BOM --> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-parent</artifactId> + <artifactId>camel-bom</artifactId> <version>${camel-version}</version> <scope>import</scope> <type>pom</type>