-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alpha in maven-metadata.xml <release> #2897
Comments
alpha
in maven-metadata.xml
<release>
alpha
in maven-metadata.xml
<release>
Hey @gabrieljones, |
The |
Maven Central does not make a difference between releases, RC, and alphas. It just treats snapshots as non-releases. AFAIK everything else is considered a release. Another way to say this is we could have named those "jane", "joe" or whatever other identifier not as alpha, RC, etc. In practice, those are arrow releases too but in their name, they just include a hint for users as to what state we consider those stable. As for correctly tagging in GitHub, maybe that is something we can control in the arrow build workflow or through the arrow-gradle-config library. /cc @JavierSegoviaCordoba |
The motivation of this issue is a desire to use the
dependencies {
implementation("io.arrow-kt:arrow-core:latest.release")
} The expectation is this would pull in the latest stable version of Gradle also has |
alpha
andrc
versions are showing up in themaven-metadata.xml
<release>
taghttps://repo1.maven.org/maven2/io/arrow-kt/arrow-core/maven-metadata.xml
Observed:
/metadata/versioning/release
=1.1.6-alpha.3
Expected:
/metadata/versioning/release
=1.1.5
The text was updated successfully, but these errors were encountered: