You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the Nuget vpre variant, I'd love a way to filter for stable or pre-releases on Maven Central. Currently it will always display the latest version.
I could use versionPrefix but then I have to update the version each release.
The text was updated successfully, but these errors were encountered:
I think the reason we haven't attempted to implement this for maven is that the response we get from maven central (example: https://repo1.maven.org/maven2/com/google/guava/guava/maven-metadata.xml ) don't allow us to know if a given version is classed as a pre-release by the registry or not. I also suspect that not every project on maven central follows the exact same rules for how a version string would communicate that a release is a pre-release.
Similar to the Nuget
vpre
variant, I'd love a way to filter for stable or pre-releases on Maven Central. Currently it will always display the latest version.I could use
versionPrefix
but then I have to update the version each release.The text was updated successfully, but these errors were encountered: