jdaugherty opened a new pull request, #15319: URL: https://github.com/apache/grails-core/pull/15319
This ended up being a breaking change. The artifact id was driving the version name instead of the calculate property name. I can change all of the property names to match to minimize this change, or we can go with the property name fix. This is the current grails-bom: https://central.sonatype.com/artifact/org.apache.grails/grails-bom This is with my changes: [pom-default.xml](https://github.com/user-attachments/files/24682198/pom-default.xml) Take a look at dependencies.gradle and you'll notice that the key of the maps are now correctly the property name instead of artifact id. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
