What is the correct BOM version for jboss-fuse-6.1.0.redhat-379-r2-611423 ?
Issue
- User is applying patch
jboss-fuse-6.1.0.redhat-379-r2-611423to runtime. - For consistency, this means user also need to apply the same patch to his integrated build, automated testing etc.
- For these development steps user is using the Bill Of Materials:
<parent>
<groupId>org.jboss.fuse.bom</groupId>
<artifactId>jboss-fuse-parent</artifactId>
<version>6.1.0.redhat-379</version>
</parent>
- But changing this to below is not working.
<parent>
<groupId>org.jboss.fuse.bom</groupId>
<artifactId>jboss-fuse-parent</artifactId>
<version>6.1.0.redhat-379-r2-611423</version>
</parent>
- What is the correct Maven version to upgrade dependency to
379-r2-611423?
Environment
- Red Hat JBoss Fuse
- 6.1.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.