-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
False
-
-
False
-
-
-
-
Very Likely
-
0
In the following documentation pages:
the version of the Camel Spring Boot BOM is specified as:
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot-bom</artifactId>
<version>3.20.1.redhat-00058</version>
<type>pom</type>
<scope>import</scope>
</dependency>
But the right one (generated by Maven tools), is this one, with a different group id
<dependency>
<groupId>com.redhat.camel.springboot.platform</groupId>
<artifactId>camel-spring-boot-bom</artifactId>
<version>3.20.1.redhat-00058</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Please correct this. Thanks a lot!