mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 15:52:04 +00:00
Why: * maven and gradle uses various different spelling and casing of quarkusPlatformBomXXX This change addreses the need by: * search and replace to consistently use `quarkusPlatformXXX` (i.e not bom) references as the data is intended to be used to resolve the "platform" rather than a specific resource. * Future improvements can be done in pom.xml and gradle build files to allow overrides but changing that this close to release I evaluated as being a bad idea :)