Turns out we still used the badges.modcore.net service even though we didn't use any of its authenticated services. We are able to move to the public shields.io instance without any changes.
This also fixes pull request builds showing in the build reference by filtering for the version with the following XPath: /metadata/versioning/versions/version[not(contains(text(),'pull'))][last()]
Turns out we still used the badges.modcore.net service even though we didn't use any of its authenticated services. We are able to move to the public shields.io instance without any changes.
This also fixes pull request builds showing in the build reference by filtering for the version with the following XPath:
/metadata/versioning/versions/version[not(contains(text(),'pull'))][last()]